Rate Ride is an app that helps you save money on insurance by tracking your driving behavior and providing a safety score.
- Flutter SDK
- Dart
- Android/iOS emulator or real device
- Clone this repository.
- Navigate to project directory.
- Run
flutter pub get. - Run
flutter run.
- Home Screen: View your current Safety Score.
- Start/Stop: Click the START button to begin tracking your ride and STOP to end.
- Trips: View your trip history.
- Export: Export your ride data.
- Real-time speed and safety score tracking.
- Trip history.
- Data export.
- Flutter
- Geolocator
- sensors_plus
- Jaydin Freeman
- [Gabe Huttemann]
- [William]
- [Muhannad Alghamdi]
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Geolocator for location services.
- sensors_plus for accelerometer data.