Tantri Customer
Installation
Installation of Tantri Customer
Development
Follow these steps to run this project locally.
Clone the repository
git clone [email protected]:tantri-id/tantri-customer-app-flutter.gitNavigate to the project directory
cd tantri-customer-app-flutterInstall dependencies
dart pub getOpen your Android Emulator or iOS Simulator
Start on Android Emulator or iOS Simulator
flutter runOpen your IDE and Start Development!
Use FlutterGen for assets
fluttergenGenerate localization files
dart pub run easy_localization:generate -S assets/translations -f keys -O lib/core/l10n -o locale_keys.g.dart
Generate keystoreProduction
Building APK Files
flutter build apk --split-per-abiBuilding AAB File
flutter build appbundle
