Almost every day, every hour, thousands of vehicles crosses hundreds of miles from various locations without realizing the fact that many of them follow the same route at the same time.
Wouldn’t be great, if there was an App such that when students have 1-2 seats vacant they could use it for real-time ride-sharing and earn some money…
This app is ideal for students looking for a ride to and from college, saving them money as well as the hassles of commuting using public transport
Authentication Screen | Registration Screen | Map Screen |
---|---|---|
Confirm Screen | Profile Screen | Ride Screen |
---|---|---|
- Clone this Repo
- Run
flutter packages get
flutter packages get
- Connect the app to your Firebase Project from your Firebase Console and add the
google-services.json
in the/android/app
directory. - Run
flutter run
(remember to open simulator or connect physical device, iOS auto run additional command pod install)
flutter run --release
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.