A cute, modern Flutter app to check Singapore bus arrival times, inspired by Totoro! 🐾
Add your screenshots here!
flutter run -d chrome
flutter run -d windows # or -d android, -d ios
Note: The LTA API does not support CORS, so live data only works on mobile/desktop. Web uses mock data for a smooth demo.
This app is automatically deployed to GitHub Pages using GitHub Actions. Every push to the main
branch triggers a new build and deployment.
flutter build web
# The build output is in build/web/
lib/bus_arrival_page.dart
— Main Totoro bus arrival UIlib/services/lta_api_service.dart
— API and mock data logiclib/models/bus_arrival.dart
— Bus arrival modelMIT (see LICENSE)
Made with Flutter and Totoro spirit!