tuannguyendotme / flutter_todo_redux

Yet another Todo app, now using Flutter (with Redux)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Todo Redux

Yet another Todo app, now using Flutter with Redux.

Getting Started

This is re-implementation of Flutter Todo app but using Redux instead of ScopedModel.

Features:

  • Create/edit todo
  • Delete todo by swipping
  • Undo delete
  • Mark done/not done in list
  • Filter todo list by status (all/done/not done)
  • Change theme (light to dark and vice versa) at runtime
  • Enable shortcuts to create todo
  • Login/logout
  • Register new account

Dark List Dark Editor

To get start, run below command in Terminal

cp .env.example.dart .env.dart

then add Firebase database's URL and API key to .env.dart.


For more information about Flutter, visit Flutter web site.
For more information about Firebase, visit Firebase web site.

About

Yet another Todo app, now using Flutter (with Redux)

License:Apache License 2.0


Languages

Language:Dart 95.3%Language:Ruby 2.6%Language:Objective-C 0.9%Language:Shell 0.6%Language:Java 0.5%