You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: setup plugin on require("flutter-tools").setup_project (#408)
Previously `FlutterRun` and other plugin commands were created only if
.dart or pubspec.yaml file were opened. This change will register plugin
commands on project config setup. So flutter app will be possible to
start without need to open dart file first.
0 commit comments