powered by:
- go_router
- riverpod
- dio_cache_interceptor
- cached_network_image
2023-01-09.10.21.38.mp4
Pre-Requisites:
- Flutter 3 (recommend to use FVM)
- .env file (see .env.example)
- build_runner:
fvm flutter pub run build_runner build --delete-conflicting-outputs
- Run
fvm flutter pub run flutter_launcher_icons
- Make sure keystore and its properties file is available at the
/android
folder - Then build the app using this command:
a. Release version:
fvm flutter build apk --release --obfuscate --split-per-abi --split-debug-info=build/app/outputs/symbols --verbose
b. Debug version:fvm flutter build apk --debug --split-per-abi