FlutterアプリのInAppWebViewがiOSシミュレータでSafariのWebインスペクタに表示されない問題とその対処法

問題の概要 Flutter + InAppWebViewで構築したiOSアプリをデバッグしようとしたところ、 Safariのメニュー「開発」→「シミュレータ」に以下のような表示がされ、対象アプリが確認できませんでした。 …

Continue reading ‘FlutterアプリのInAppWebViewがiOSシミュレータでSafariのWebインスペクタに表示されない問題とその対処法’ »

複数のXcodeがインストールされている環境でFlutterを使う

アプリケーションフォルダーには以下の2つのバージョンのXcodeが入っている /Applications/Xcode 13.4.app /Applications/Xcode 14.1.app 「flutter doct …

Continue reading ‘複数のXcodeがインストールされている環境でFlutterを使う’ »

Flutterでホーム画面のアプリアイコンにバッジを表示する

Flutterアプリのアプリアイコンにバッジを表示する方法です。 Flutter App Badger pluginを使用します。 このプラグインは、iOS・macOS・一部のAndroidをサポートします。 インストー …

Continue reading ‘Flutterでホーム画面のアプリアイコンにバッジを表示する’ »

FlutterでFailed to find gems [“ffi”]エラー

flutterでiOSアプリをビルドすると”Ignoring ffi-1.15.5 because its extensions are not built.”エラーが発生した。 Error ou …

Continue reading ‘FlutterでFailed to find gems [“ffi”]エラー’ »