flutter-intellij
flutter-intellij copied to clipboard
about flutter ;Code alerts for missing ‘Wrap with’
about flutter ;Code alerts for missing ‘Wrap with’

Vscode can be used on the same computer

Please explain the problem.
Flutter error (missing 'Wrap with') on the MAC version of androidstudio, VSCode on the same computer can indicate 'Wrap with' normally; Uninstalling and reinstalling the AS does not work。
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 by requesting them from the Dart analyzer. I'm surprised there is such a big difference, but I can confirm that the results do vary a lot.
Filed https://github.com/dart-lang/sdk/issues/49688