Jaime Wren
Jaime Wren
This resolves https://github.com/flutter/flutter-intellij/issues/7538
Tracking issue for https://github.com/dart-lang/sdk/issues/56380 in the flutter/flutter-intellij bug repo.
Many of the errors reported in the JetBrains marketplace, https://plugins.jetbrains.com/plugin/9212-flutter/edit/versions/stable/615584, are for deprecated issues which **will be removed**, these usages in the Flutter plugin need to be migrated or removed.
On the launch page (`devtools_app/lib/src/flutter/connect_screen.dart`), there should be some validation on the input URL, if I for instance enter `random text inserted into connect box` in the `Connect` box where...
This is follow up on https://github.com/flutter/flutter-intellij/issues/8034
https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
At the top of this file: `// Note: update this file when updating FlutterSettingsConfigurable.`
Cleanup compatibility warnings with the verifier: ``` Compatibility warnings (1): #Plugin bundles IDE packages The plugin distribution bundles IDE packages 'org.jetbrains.idea.maven.wizards', 'org.jetbrains.idea', 'org.jetbrains.idea.maven'. Bundling IDE packages is considered bad practice...