Logo
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.git

Navigate to the project directory

cd tantri-customer-app-flutter

Install dependencies

dart pub get

Open your Android Emulator or iOS Simulator

Start on Android Emulator or iOS Simulator

flutter run

Open your IDE and Start Development!


Use FlutterGen for assets

fluttergen

Generate localization files

dart pub run easy_localization:generate -S assets/translations -f keys -O lib/core/l10n -o locale_keys.g.dart
Generate keystore

Production

Building APK Files

flutter build apk --split-per-abi

Building AAB File

flutter build appbundle