kamilgadek / to_do_list_kamilg

1 stars 0 forks source link

create TaskWidget #4

Closed mszakacz closed 2 months ago

mszakacz commented 4 months ago

TasksPage should contain the list of tasks. From previous Issues you already should have the Task model and TasksPage. Now let's create a widget for displaying a task - list item. The widget should be located in the separate file (inside the tasks feature folder) and should take Task instance as a property. For now, widget should display some ListTile border and task description. We will develop the check later on.

mszakacz commented 2 months ago

done in https://github.com/kamilgadek/to_do_list_kamilg/pull/21