Closed Kushalrock closed 3 years ago
Change all the files to follow this structure of imports.
Thank you for your contribution in advance.
Hi @Kushalrock I would like to work on it!
Hello there, Sure I will assign it to you right away. Follow the structure that is followed in the above images.
Thank you again
Yeah sure, I'll keep them in mind.
I want to work on this can you assign it to me
@Kushagrasaxena-13 It's already assigned to someone. However there are more easy issues coming in. You can contribute to them instead.
@bayush-9 Make sure that your commit contains all the files and should be even with the main branch at the time of making PR. Because we are trying to be very active and new code files are being added every day. So yeah, fetch the upstream every time.
Hope your experience with our project goes well.
Sure @Kushalrock
can i work on this ?
The issue is closed and needs no further changes.
The imports were organized by keeping in mind a specific style. But with the addition of new packages and imports, the imports have gone messy. We encourage beginners to take up this issue and fix the imports across all the files.
A simple example is
The first image is of unorganized imports while the second image is of organized imports. The general structure to be followed is
Imports should have a parent category like in the image, dart imports, helper imports, and so on..
The files having package:routinger are local files and should be accessed by relative location using ./ or ../ instead of using the package:routinger.