flutter-intellij
flutter-intellij copied to clipboard
Tip to select Project view
System.setProperty("studio.projectview", "true");
makes the Project view the default in Android Studio. We might be able to temporarily set it when opening a Flutter project. Need to be careful to not make a permanent change, though.