Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 384 Bytes

riverpod_todo

A minimal example of the Todo App with RiverPod 2.0.

alt

Structure

  • lib/main.dart: starting point.
  • lib/todo_page.dart: main page of the app.
  • lib/todo_list.dart: todo listing widget.
  • lib/todo_text_field.dart: input text widget for adding a todo.
  • lib/todo_provider.dart: business logic of the app with riverpod provider.