Mobile App Development Term project - Team1
# install dependencies
flutter pub get
flutter pub upgrade
flutter pub outdated
# To run the application on an emulator or connected device
flutter run
- Flutter installed: Flutter Installation Guide
- Dart installed: Dart Installation Guide
- Clone the repository:
git clone https://github.com/tulee3474/GrowPuang.git
- Navigate to the project directory:
cd GrowPuang
- Install dependencies:
flutter pub get
Development Build For a development build, run the following command:
flutter build apk
This will generate an APK file in the build/app/outputs/flutter-apk directory.
Release Build For a release build, run:
flutter build apk --release
This will generate a release-mode APK in the build/app/outputs/flutter-apk directory.
To run the application on an emulator or connected device, use:
flutter run
To run tests, use:
flutter test
- Check if you have a assets/config/.env file well
- This project is only developed for android platform