/Driven

A Taxi Booking App built in flutter

Primary LanguageDart

Driven

A Flutter starter taxi app built with Provider. It has following features

  • Taxi markers showing on different position on map (Based on static position)
  • Different animations across different part of screen
  • Polyline showing on map (Hardcoded data from Mapbox)
  • Runs on both Android & IOS.
  • It helps in managing state and make access to data from a central place in your project.
  • Its a state management system for Flutter recommended by Google developers.