-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
Steps to reproduce
Well, it all started when creating a Flutter project after updating to version 3.27 of the framework. When initializing a project, whether with Android Studio or the CLI, all the components are created normally, but when opening the directory, none of the target system directories appear.
And when running "flutter create ." to rebuild the project, it only initializes and attaches the web project to the root of the base Flutter project.
Expected results
As a result, it should present all the directories for the systems to be developed (even Android Studio allows selecting the target systems), yet it still doesn't create any of them.
Actual results
As a result, it should present all the directories for the systems to be developed (even Android Studio allows selecting the target systems), yet it still doesn't create any of them.
Code sample
Code sample
[Paste your code here]Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]Flutter Doctor output
Doctor output
[Paste your output here]