To build, you need to install Flutter.
Enter the following command in the terminal to build the project:
- Android APK
or
flutter build apk --flavor base
The built APK will be located in theflutter build apk --target-platform [android-arm|android-arm64|android-x64] --flavor base
build/app/outputs/flutter-apk/
directory.