• I created my own cross platform app for iOS and android built using Flutter SDK and launched to iOS and Android app stores.
  • The app featured in app advertising as well as using google maps API to show stops and current location.
  • I previously used open source RESTful API - the app now relies on direct XML http requests.
  • In order to work out stop codes, I converted GTFS data to a workable stop data list that I could use in my app by importing GTFS data set into SQL database and writing custom statements to merge the required data.
  • I converted this data into JSON from CSV using Dart to include in installation package.