BUE RT is a mobile application designed to assist the driver of a custom-made car in monitoring speed, battery percentage, and more. The application offers the following features:
- Connects and receives data from Firebase Realtime Database
- Obtains the current speed using the Android device's GPS
- Enables the driver to monitor speed, battery percentage, and more
Ensure that Flutter is already installed on your computer.
- Clone the project
git clone https://github.com/Tristaaaaan/bue_rt
- Open the project on your preferred IDE and add dependencies:
flutter pub get
- Run the project:
-
Open an Android emulator.
-
Run the following command to build and run the project:
flutter run
- To create a debug version of the application run the command:
flutter build apk --debug
- To create a release version of the application run the command:
flutter build apk --release
- To get the AAB of the project, run the command:
flutter build appbundle --release
- Dart
- Flutter
- Firebase
For inquiries:
- Email: [email protected]
- GitHub: Tristaaaaan