kamilgadek / to_do_list_kamilg

1 stars 0 forks source link

refactor: create app_ui package #12

Closed mszakacz closed 1 month ago

mszakacz commented 3 months ago

You should already have packages folder in your app, and tasks_repository inside. We are going to add another package to the packages, and this time it will be app_ui In app_ui we are going to store all app UI related things, like: theme, reusable widgets (call it just a widgets), spacings or font stylings. At this point you probably have a theme, let's move Theme to newly create app_ui package.

mszakacz commented 1 month ago

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