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:
lib/firebase_options.dart
,android/app/google-services.json
,android/app/upload-keystore.jks
FIREBASE_OPTIONS_DART
GOOGLE_SERVICES_JSON
KEYSTORE_FILE_BASE64
- keystore properties in
android/key.properties
KEYSTORE_PASSWORD
KEYSTORE_KEY_PASSWORD
KEYSTORE_KEY_ALIAS
act -W .github/workflows/test.yml --secret-file .secrets -P windows-latest=-self-hosted
- This app uses
sqflite_common_ffi
, so make suresqlite3.dll
is in the same folder as the executable.