A card memorizing tool, simple and clean to use
Set icon at assets/icon.png, then:
dart run flutter_launcher_icons
dart run flutterfire_cli:flutterfire configure
- base64 encoded files:
FIREBASE_OPTIONS_DART->lib/firebase_options.dartGOOGLE_SERVICES_JSON->android/app/google-services.jsonKEYSTORE_FILE_BASE64->android/app/upload-keystore.jks
- keystore properties in
android/key.propertiesKEYSTORE_PASSWORD->storePasswordKEYSTORE_KEY_PASSWORD->keyPasswordKEYSTORE_KEY_ALIAS->keyAlias
- For Windows release,
sqflite_common_ffiis used, make suresqlite3.dllis in the same folder as the executable. - For Web release,
sqlite_common_ffi_webis used, follow the doc to set up binaries.