letsintegreat / Tagify

1 stars 12 forks source link

Find all the redundant imports and remove them. #3

Open letsintegreat opened 1 year ago

letsintegreat commented 1 year ago

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:

image

This is the screenshot of login_screen.dart, every import which has an underline is redundant. Your task is to remove these imports.

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.

chandansgowda commented 1 year ago

tabs_screen.dart - #18