/todo_provider

A Todo App in Flutter.

Primary LanguageDart

todo_provider

TODO App using Provider to manage state.

References

Widgets/Classes/Libs/Annotations/Modifiers/Types

Try

  • collect all label texts to a localized class.
  • show red background and 'Delete' text, while horizontal swiping or draging todo item.
  • modify HomeScreen to StatelessWidget with a Provider to manage tab state.
  • modify EditTodoScreen to StatelessWidget with a Provider to invalidate the form inputs.
  • add tests.

The final result is on final_result branch.