NextBusSG icon indicating copy to clipboard operation
NextBusSG copied to clipboard

An app to show everything bus related in Singapore, including arrival times and a directory

Results 5 NextBusSG issues
Sort by recently updated
recently updated
newest added

When I try to compile, it prompts several errors as below : /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/bot_toast-2.2.1/lib/src/key_board_safe_area.dart:12:48: Error: No named parameter with the name 'nullOk'. MediaQueryData data= MediaQuery.of(context,nullOk: true); ^^^^^^ /C:/src/flutter/packages/flutter/lib/src/widgets/media_query.dart:818:25: Context: Found this...

They were removed in the home page rewrite

Because it's a stack, Flutter doesn't know it's a bottom tab bar: ![Simulator Screen Shot - iPhone 11 Pro Max - 2020-04-09 at 00 35 49](https://user-images.githubusercontent.com/34677361/78809827-1176ba80-79fa-11ea-91e9-91f5bb3ef198.png) Need to fix so...

enhancement

Using Hive, and probably Provider

enhancement

I do not know the default vertical and horizontal padding for the `ExpansionPanel` widget, so I had to "eyeball" it to make the placeholder loading widget (`LoadingBusStopTile`). The values provided...