I’m currently working on a Flutter project and encountering an issue with the import statement for the Flutter module. Despite running flutter doctor and getting no issues, I continue to see the following error:
import Flutter No such module 'Flutter'
Here are the steps I have tried so far to resolve this issue:
- Deleted and reinstalled the Pods using pod install.
- Added the path to the Flutter bin directory.
- Cleaned the build using flutter clean and rebuilt the project.
Despite these attempts, the error persists.
Has anyone experienced a similar issue or have any suggestions on what I might be missing?
Thank you for your help!