A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
After retrieving the signing key. Register the sha1 and sha2 fingerprints in firebase console project.
keytool -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore
keytool -genkey -v -keystore ~/swipeapp.jks -keyalg RSA -keysize 2048 -validity 10000 -alias swipekey
- flutter packages get
- flutter packages pub run build_runner watch --delete-conflicting-outputs
- flutter run --flavor daps -t lib/main-daps.dart
- Go to main-daps.dart
- Change to the Enviroment.dev into Enviroment.production and remove name key
- flutter build appbundle --flavor daps -t lib/main-daps.dart