-
Notifications
You must be signed in to change notification settings - Fork 330
Closed
Description
Creating a new project in Android Studio has recently been giving us two new events that should not be needed.
1:30 PM Flutter pub get.
The pubspec.yaml file has been modified since the last time 'flutter pub get' was run.
Run 'flutter pub get'
1:30 PM Frameworks Detected
Android framework is detected.
Configure
The first is likely due to some change in the Flutter SDK. The second should have been prevented by special code in flutter-studio to turn off detection.