theexidge / routinger

Routinger is a task scheduler app that is made to make you a better person at no extra cost. The code is open-source. Dart language and Flutter framework are used extensively.
GNU Affero General Public License v3.0
28 stars 22 forks source link

Sorted the Widgets #22

Closed megabyte0x closed 2 years ago

megabyte0x commented 2 years ago

Move the widgets respective to the screens they belong to.

Kushalrock commented 2 years ago

There are some obvious changes that are required. Fine with sorting widgets by the screen. But people may get confused with similar sounding names. Like add_task_screen.dart and add_task_screen folder. So name it something like add_task_files. Inside the home_screen it can be sorted more like stas_chart and your_charts can be kept under another folder your stats files. also the naming of taskslist isn't appropriate instead name it tasks files. Inside tasks files folder make another folder cards. And put cards inside it.

Kushalrock commented 2 years ago

@Megabyte-143 Please check the changes I have requested.