Flutter ShuttleTracker
Flutter ShuttleTracker is a native cross-platform port of ShuttleTracker that utilizes the Flutter framework for development.
Features
-
Live updates displayed on map for shuttles, routes, and stops
-
Basic Dark Mode functionality
-
Automatic route toggling
-
Clicking on a shuttle stop will zoom to its coordinates
-
Splash screen that displays ShuttleTracker logo
Setting up
- Install Flutter.
- Clone the repository to your computer.
- Check the status of flutter by running
flutter doctor
- Retrieve all the required dependencies with
flutter pub get
- Run the app with
flutter run