A mobile application built to support patient in recovery process post-COVID-19
- Flutter 2.10.5 • channel stable • https://github.com/flutter/flutter.git
- Tools • Dart 2.16.2 • DevTools 2.9.2
- Android Studio • latest version • https://developer.android.com/studio
- Android
- compileSdkVersion: 31
- minSdkVersion 21
- targetSdkVersion 31
- iOS:
- deployment info: iOS 12.0
# Sync package dependency
$ flutter pub get
# Generate files for packages
$ flutter pub run build_runner build --delete-conflicting-outputs- Connect a mobile to PC/laptop via cable
- To build iOS -> must use macOS
- To build Android -> enable
debug mode via cablein Settings
- Click
Runicon in Android Studio to build
# To run development
$ flutter run lib/main.dart
# ----------
# Android Build Apk
$ flutter build apk --release
# Android Build App Bundle
$ flutter build appbundle --release
# ----------
# iOS Build ipa
$ flutter build ipa --release
# iOS Build ios
$ flutter build ios --release --no-codesign