kamilgadek / to_do_list_kamilg

1 stars 0 forks source link

feat: Icon button to add new tasks #37

Closed mszakacz closed 1 month ago

mszakacz commented 2 months ago

On our HomePage we need a Icon Button (Plus) to add a new tasks. In this Issue we want to create just a icon and place it as a floating action button. We have 2 ways: 1) create a custom widget in home/widgets and use it in HomePage. 2) Edit our AppTheme to store a IconButton styling there.

In both approaches you should place this IconButton as a floatingActionButton property of the HomePage Scaffold.

mszakacz commented 1 month ago

done https://github.com/kamilgadek/to_do_list_kamilg/pull/39