stevemessick
stevemessick
`FlutterWidgetPerf.dispose()` is called by `FlutterWidgetPerfManager.dispose()`, which is itself never called due to using the project as a dispose parent: `Disposer.register(project, this);` We need to fix #6076 before working on this...
It looks like your `.dart_tool/.package_config` file was written incorrectly. It will probably be fixed by rewriting it. Use the menu `Tools > Flutter > Flutter Pub Get`. Does that fix...
I'm not sure what your description means. Can you be more specific?
Thanks for the update! The cmd line `flutter clean` was what I needed.
Interesting! I had never noticed that indicator. We have several indicators in the main tool bar but not in the tool window tab.
Good catch. This is handled by `FlutterCompletionContributor`, which knows nothing about shades.
Unfortunately, this depends on information not available to `FlutterCompletionContributor` at this time. I filed an issue with the Dart plugin to get it implemented. https://youtrack.jetbrains.com/issue/WEB-55625/Dart:-Missing-color-info-in-CompletionSuggestion cc @jwren
Please explain the problem.
Quick fixes are a feature of the Dart plugin, not the Flutter plugin. However, both the Dart plugin for IntelliJ and the Dart extension for VS Code implement quick fixes...
If setting it with the command line tool doesn't work then that should be reported as an issue in the Flutter repo: https://github.com/flutter/flutter/issues