⚠️ This is a snapshot repository for peer review, it does not have the complete history of the project.The actual project is managed in a private GitLab repository.
Flutter mobile application for Koru.
Run build runner (freezed)
flutter pub run build_runner watch --delete-conflicting-outputsGenerate app icon:
flutter pub run flutter_launcher_iconsRun :
flutter run --debug --dart-define=KORU_BASE_URL=https://backend.koru.urlBuild APK:
flutter build apk --split-per-abi --dart-define=KORU_BASE_URL=https://backend.koru.url