flutter / flutter-intellij

Flutter Plugin for IntelliJ
https://flutter.dev/using-ide
BSD 3-Clause "New" or "Revised" License
1.98k stars 319 forks source link

Provider DTD URI to the Analysis Server #7669

Open elliette opened 1 month ago

elliette commented 1 month ago

As part of supporting the Dart Tooling Daemon integration, IDEs need to provide the DTD URI to the Analysis Server.

Here is the commit passing the DTD URI to the Analysis Server in VS Code: commit

We will need the Dart Plugin to do the same.