FlutterFlow・エラー
#FlutterFlow
Push Notifications
https://docs.flutterflow.io/settings-and-integrations/app-settings/push-notifications#3.-adding-identifier
Bundle IDに別途、ImageNotificationを末尾に追加した Identityの設定が必要だった。
Error (Xcode): Signing for "ImageNotification" requires a development team. Select a development team in the Signing & Capabilities editor. /Users/builder/clone/ios/Runner.xcodeproj
Signing for "ImageNotification" Requires a Development Team
Flutter
VSCode上でDebugビルドした時、SVGの画像が取得できない
https://nobushiueshi.com/flutterimage-networkで画像の取得ができなかった時のエラー例/
Target Platform macOS is not yet supported by the maps plugin flutterflow
webに対応していないパッケージを使い、デバッグしようとしたからと思われる。
何故か、macOSとなっている。
参照できないReferenceでドキュメント取得しようとすると、Loading状態で止まってしまった
https://github.com/FlutterFlow/flutterflow-issues/issues/25
Swift Compiler Error (Xcode): Attribute can only be applied to declarations, not types /Users/builder/.pub-cache/hosted/pub.dev/app_settings-5.2.0/ios/app_settings/sources/app_settings/AppSettingsPlugin.swift:5:43
https://github.com/spencerccf/app_settings/issues/232
app_settings: ^5.1.1 ではなく、^を外し以下の設定を行う。
app_settings: 5.1.1
デプロイ関連
Uploading App Bundle /home/builder/clone/build/app/outputs/bundle/release/app-release.aab to Google Play failed.
The Android App Bundle was signed with the wrong key. Found: SHA1:
https://community.flutterflow.io/discussions/post/i-can-t-upload-my-application-play-store-because-an-error-appears-the-RdENumhD74CmJG0
internal testing releaseで、Change signing keyをする。
Choose Google Recommend Signing keyを選択