auto import does not working imported it that is with any package installed and any files in project in android studio
CodePudding user response:
This is often happened to me as well. What do I do usually are :
- close the project via
File -> Close Project
- open file explorer (finder/explorer)
- go to the project location, show hidden files,
- Then delete the
.idea
folder - open the project again via Android Studio
- finally everything works normal again
CodePudding user response:
Restarting my dart analysis after flutter pub get works for me.