Why is the “New Flutter Project” option missing in Android Studio Ladybug after updating?
After updating to Android Studio Ladybug (2024.2.1 Patch 3), I noticed that the “New Flutter Project” option is missing. I’ve already tried the following steps to resolve this issue:
Android Studio does not display project files, only “External Libraries” and “Scratches and Consoles” on a Flutter project
I recently reset my MacBook Air (M1) and reinstalled Xcode, Android Studio, and Flutter. Everything seems to work except for one issue in Android Studio:
return a MaterialPageRoute in a static Route
I got a code which works but it doesn’t use my routing system :
fluter give this eror (Because flutter_application_1 depends on flutter_lints any which doesn’t exist (authorization failed), version solving failed.)
after pub get flutter give me this erorr
Because flutter_application_1 depends on flutter_lints any which doesn’t exist (authorization failed), version solving failed.
i dont know how to fix it
it happens after upgrade flutter and build a new app