Closed jwren closed 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
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.
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