Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 994 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 994 Bytes

flutter_todo

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

  1. Make TodoItem stateful
  1. Use ListView to show todos
  1. Add BottomAppBar for new todo button & completed button
  1. Navigate to new page with completed todo
  1. Show dialog to add new todo