Skip to content

shakib609/todos-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todos

Simple Todos app built with flutter. This app uses provider for state management.

This is the final app from the tutorial I wrote about how to create a Todos app with Flutter and Provider. You can read it here and follow along from there, or just take a look at the code yourself.

Setup

$ git clone https://github.com/shakib609/todos-flutter.git
$ cd todos-flutter
$ flutter packages get
$ flutter run