I have just created a flutter package in Android Studio. Project runs on a virtual device and does not show any errors. After opening Android side of the project, IDE can not resolve any Flutter packages. I have not touched anything yet and project look like this:
I used flutter pub clean and flutter pub get. Cleared IDE cache a installed all updates. Fltter is the newest version available and SDK path is set correctly. SDK API 35 is installed. JDK 24 is installed and JAVA_HOME system variable is set. Android SDK location is set and correct. Command-line tools are installed and licenses are agreed.
Flutter doctor:
If I hanven't shared smoething important just let me know and I will add it here. Any ideas how to solve this please?
UPDATE: This behavior does not occur in a flutter application, only in the flutter plugin.