カテゴリー: Dart
-
Flutter cameraで枠ありのUIを実装する方法
Flutterでカメラ画面で特定の枠を切り抜いているようなUIの実装で少し時間をとってしまったので、記事にして…
-
VimでFlutterを使う方法
こちら参考になりましたー 参考記事 https://medium.com/u-zero/neovim%E3%8…
-
Mockito + Dio + Flutter
かなり苦労しましたが、こんな感じで実装可能です 参考記事 Simulating HTTP request/re…
-
Flutterでsplashスクリーンを実装する方法
https://pub.dev/packages/flutter_native_splash これで実装できま…
-
/build/ios/iphoneos/Runner.app. ではなく/build/ios/archive/Runner.xcarchive.を生成する方法
リリース用のアーカイブ生成するためにひたすらios でやっていて、リリースまでいけませんでしたが、よく考えてみ…
-
FlutterでGoogleService-info.plistの更新が全くかからない時の対処法
結論、GoogleService-info.plistはAndroid StudioじゃなくてXcodeに貼り…
-
Command PhaseScriptExecution failed with a nonzero exit code
まずはこちらを追加 podfileの末尾にこちらを追加 次はpodを更新 その後にビルドを実行したら下記のエラ…
-
Error: [core/not-initialized] Firebase has not been correctly initialized. Have you added the Firebase import scripts to your index.html file?
flutterをwebで走らせたらタイトルのエラー発生 どうやらfirebaseをimportできていないこと…