An Uber-like application for Drivers made using Flutter. This app is meant to be a supporting application for Rider App. It's only purpose at the moment is to register a driver and mark them as available, if online, and display on the map to the riders looking to hail a ride from nearby, on the Rider App.
Supports both iOS and Android.
View screenshots
- Google Maps SDK for Android for maps on Android;
- Google Maps SDK for iOS for maps on iOS;
- Firebase for authentication and database;
- Driver is able to register in the system
- Driver is able to login into the system
- Driver is able to view his profile info
- Driver is able to view and add cars
- Driver is able to go online/offline depending on their availability
- Driver is get go online/offline depending on their availability
- Driver sends a stream of current location updates when online to find new nearby ride requests
- Driver is able to logout
- Driver is not able to edit their details
- Driver is not able to delete their account
The issues have not been resovled due to laziness and non-requirement.
This application is only for showcasing purposes.