Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Flutter does not recognize my package (Unused impor error)

[1]https://i.stack.imgur.com/6ecpX.png
[1]: https://i.stack.imgur.com/0CWri.png

Hey there I was making a todo app on flutter and my app is working correctly. Then, suddenly I write some other codes after that flutter did not recognize my homepage package and saying that ‘unused import’ but I’m using it.How can I fix this

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Somehow you removed the loading of the HomePage from main.dart. Inside MaterialApp there should be something like:

home: const HomePage()
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading