Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 504 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 504 Bytes

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