flutter shuttletracker
flutter shuttletracker is a cross-platform port of shuttletracker that utilizes the flutter sdk for development.
features
- map page that contains live updates for shuttles, routes, and stops
- routes page that allows users to see each route in detail and its associated stops
- schedules page that directs users to the schedules for all routes
- settings page that allows users to customize the app to their liking
- dark mode
- automatic route toggling based on time of day
setting up
- install flutter
- download the repository to your computer
- open the project in your preferred editor
- note: vs code and android studio are the recommended editors for flutter
- retrieve all the required dependencies with
flutter pub get
- if you’re in a different flutter release channel, switch back to stable with
flutter channel stable
- open your preferred emulator (android or ios)
- run the app by clicking the “green play button” on the top right of android studio or vs code
Comments are closed.