Skip to content

imKashyap/Driven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.