Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

icon next bus related in singapore

an app to show everything bus related in singapore, including bus arrival times and a directory, with extra features.

made with flutter prs welcome github bmac hitcount

get it on app store get it on google play

???? gallery

dark mode

bus related in singapore  other screens

click here to see a detailed explanation of each screen.

???? features

 click to reveal all features
 ???? click to reveal features for the future

wiki

???? data

check out themindstorm/bus-sg for a detailed guide on how the data was scraped. the data is copyrighted by lta.

???? packages used

  • provider
  • hive
  • hive_flutter
  • hive_generator
  • geolocator
  • permission_handler
  • styled_widget
  • flutter_markdown
  • bot_toast
  • url_launcher
  • introduction_screen
  • flutter_launcher_icons
  • flutter_native_splash
  • quick_actions

app philosophy

in short, i first made this app only for myself because i wasn’t happy with any app that already exists. all i needed was a simple, clutter-free interface to show bus timings of only the buses i’m actually taking. on rare occasions, i wounldn’t know where the bus stop is. i’d just use google maps. i never found large maps on bus apps useful.

no map

the thing is, once you know where a bus stop is, you won’t need to use the map again. if you already know where the stop is, the mpa on your scren takes more space. there are rare occasions when i don’t know how to get to the bus stop, but that’s why i have google/apple maps.

clutter free interface

you need bus timings. i’m giving you bus timings. period.

context-aware favorites

  • you saved bus 14 at bedok interchange as a favorite.
  • you open the app near bedok interchange
  • we assume that you are taking bus 14, so we put its timings at the top of the screen (refer to the images above)

other information

built setup

your system requires the flutter sdk. follow the steps here to install it on your system. once flutter is installed, follow these steps:

  1. download or download this repository.
  2. in the lib folder, create keys.dart .

in keys.dart , paste the following:

final string apikey = '<lta api key>';

to get an api key, go to lta’s request for api access web page and fill out the form. the key is required for the app to work properly.

once the key as been set up, the app can be tested with the following commands:

flutter run

please check out the wiki for additional information.

generating icons and splash screens

after updating pubspec.yaml , run these commands:

flutter pub run flutter_launcher_icons:main
flutter pub pub run flutter_native_splash:create

stuck at installing debug android app?

go to app settings and uninstall your app. the app may not appear in your launcher, but it could still be installed. go to your settings, find it, and completely uninstall it.

this can also be done using adb:

adb uninstall com.themindstorm.nextbussg

if this does not work, check out this answer on so.

build android apk and appbundle

flutter build appbundle
flutter build apk

once the apk has been built, install it on a physcally connected android device:

flutter install

if you have multiple devices, you can view a list of android devices connected using this command:

adb devices

and to install the app on an android device, copy the device id and install the app using

flutter install <devce id>

???? support

like this project?

  • ⭐️ star the repository
  • ???? send a pull request to add new features
  • ???? share this repository with other developers
  • ???? download the mobile apps (scroll to the top for links)

detailed screenshots

click to reveal detailed images of the app’s different screens and explanations. these images may be too tall for desktop screens.

this and this was what the design looked like at first.

acknowledgements

this app makes use of data and images (mrt map) from:

key_words

bus related in singapore bus related in singapore bus related in singapore bus related in singapore

bus related in singapore bus related in singapore bus related in singapore bus related in singapore

bus related in singapore bus related in singapore bus related in singapore bus related in singapore


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top