Closed SapinderSingh closed 3 years ago
@SapinderSingh this PR is filled with errors because of which lint checks are failing in other PRs. For example - You haven't renamed Services
to services
but you have changed all the imports.
Import in home screen -
Directory name -
There are a lot of mistakes like this. I will fix them in one of my PR but please make sure that next time such mistakes don't happen.
@anushbhatia is there any way that we can "un-merge" this PR? Here are all the failing checks which came up when I pulled the latest code (which had code from this PR) in one of my PRs
The failing checks are huge in number, I don't know why lint checks passed on this PR but it is a huge mess and fixing this would take a lot of time
@anushbhatia is there any way that we can "un-merge" this PR? Here are all the failing checks which came up when I pulled the latest code (which had code from this PR) in one of my PRs
The failing checks are huge in number, I don't know why lint checks passed on this PR but it is a huge mess and fixing this would take a lot of time
Fixed them in #243
@Saransh-cpp, I did the work properly, you can see the screenshot. I don't know, why these errors are showing on your system. BTW Thank You so much for your help.
Renamed all files and folders according to Dart preferences.
fixes #160
Note: No lines of code were deleted or added. The additions and deletions that you are seeing is a reformat performed by vs code automatically, when we save the file.