Important: This Issue is only for beginners to Open Source and Flutter. If you have some experience in either of these, go for another issues.
When you open the project in any text editor or any IDE, you can see that it points out that a particular import is redundant - meaning you have imported something into the file but have not used it anywhere. For Example:
This is the screenshot of login_screen.dart, every import which has an underline is redundant. Your task is to remove these imports.
Choose one file in the lib folder and remove the redundant imports for that file.
Create a PR while sticking to the Contribution guidelines in the README file.
Comment the name of the file below.
You don't need to get this issued assigned to yourself as multiple people can work on this issue. Just make sure the file you are working on is not there in the comments below.
You can solve this issue only for one file, and it would be worth 1 point.
Important: This Issue is only for beginners to Open Source and Flutter. If you have some experience in either of these, go for another issues.
When you open the project in any text editor or any IDE, you can see that it points out that a particular import is redundant - meaning you have imported something into the file but have not used it anywhere. For Example:
This is the screenshot of
login_screen.dart
, every import which has an underline is redundant. Your task is to remove these imports.lib
folder and remove the redundant imports for that file.You don't need to get this issued assigned to yourself as multiple people can work on this issue. Just make sure the file you are working on is not there in the comments below.
You can solve this issue only for one file, and it would be worth 1 point.