Sample Todo application used in Tech@Agoda workshop. Just for showing sample functionality of Flutter
7 steps
0: Sample app from Flutter
1: Update Appbar and Add Checkbox & Text
2: Extract Checkbox and Text into TodoItem
- Make TodoItem stateful
- Use ListView to show todos
- Add BottomAppBar for new todo button & completed button
- Navigate to new page with completed todo
- Show dialog to add new todo