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.
You should already have
packages
folder in your app, andtasks_repository
inside. We are going to add another package to the packages, and this time it will beapp_ui
Inapp_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 createapp_ui
package.