Track-N-Go is proud to be the first city app of Jodhpur, Rajasthan, India. We are dedicated to catering to the needs of Jodhpur citizens and visitors alike, providing valuable information about city bus routes to make navigating Jodhpur effortless.
Drivers : Drivers can use the app to share their real-time location with the server
(Firebase). This involves:
* Accessing the device's location services.
* Sending location data (latitude and longitude) to a dedicated collection in the
Firebase Firestore database.
Users : Users can leverage the app to view the live location of buses on a map. This
entails:
* Fetching the latest bus location data from the Firebase Firestore database.
* Displaying the retrieved bus locations on a map (using Google Maps integration
within the Flutter app).
To get started, clone this repository and run the following commands:
flutter pub get
flutter run