flutter shuttle tracker
flutter shuttle tracker 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.
- download 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
Comments are closed.