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
27 stars 22 forks source link

Fixed Imports to make the code more readable #16

Closed bayush-9 closed 3 years ago

bayush-9 commented 3 years ago

9 The imports are managed properly now. Comments are added to make code more readable.

Kushalrock commented 3 years ago

@bayush-9 Please take a look at the changes requested.

bayush-9 commented 3 years ago

Okay. Working on it.

Kushalrock commented 3 years ago

@bayush-9 Some tiny changes are required. In the issue I asked you to follow a definite order as per the local folders. That is // Dart Packages // Flutter Packages // Third party Packages // config imports // constant imports // helper imports // provider imports

and so on.. that is the imports should be like the folder structure. The folder which comes first their imports should be above the folder which comes below them.