A simple tram/bus timetable app written in Flutter (De Lijn - Belgium)
This app was developed for educational purpose only. I will use fluter as base framework for the app and explore how to make API request to HTTP and handle App permissions.
The API I am using comes from the national public transportation service in Belgium De Lijn. I have discovered the API thanks to Chome Dev tools and Postman.
flutter channel stable
flutter upgrade
cd the_line_app
flutter create .
Don't forget to add the following permission to your AndroidManifest.xml.
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
Finally run the app.
flutter run