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

Continued removal of deprecated or dead code #7711

Closed jwren closed 1 month ago

jwren commented 1 month ago

This PR removes the EditorMouseEventService.java and EditorPositionService.java project services

Continuation of https://github.com/flutter/flutter-intellij/pull/7710 and https://github.com/flutter/flutter-intellij/pull/7706

jwren commented 1 month ago

Services yes, but not these. These mouse event listeners/handlers are compute the widget in context using the Flutter Outline computed information which is not as robust as the upcoming DTD & DevTools work.