| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Stops is an app built with Flutter that displays live bus timings for bus stops in Singapore. It uses live data exposed by LTA Datamall's API.
Or check out the releases page.
git clone https://github.com/jeffsieu/stops-flutter.git
Set your Google Maps API key for Android at stops-flutter/android/secret.properties.
...
MAPS_API_KEY=YOUR_API_KEYFor bus stop retrieval, set your LTA API key at stops-flutter/assets/secrets.json.
{
"lta_api_key": "apikey"
}flutter pub get
dart run build_runner build
# Build app bundle
flutter build appbundle --obfuscate --split-debug-info=./debug-info --extra-gen-snapshot-options=--save-obfuscation-map=./mapping-infoThis app is an experiment by Jeff Sieu.
| Back | FazBrowse Home | New Git URL |