Skip to content

BUE RT is an Android application that monitors the speed, battery percentage, and many more when driving a custom-made car.

Notifications You must be signed in to change notification settings

Tristaaaaan/bue_rt

Repository files navigation

BUE RT

WhatsApp Image 2024-07-18 at 12 42 16 AM

An Android application that monitors the details when driving a custom-made car.

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

How to Use the Project

Ensure that Flutter is already installed on your computer.

  1. Clone the project
git clone https://github.com/Tristaaaaan/bue_rt
  1. Open the project on your preferred IDE and add dependencies:
flutter pub get
  1. 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

Technology Tools

  • Dart
  • Flutter
  • Firebase

Contact

For inquiries:

About

BUE RT is an Android application that monitors the speed, battery percentage, and many more when driving a custom-made car.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published