flutter-intellij
flutter-intellij copied to clipboard
The ConsoleFilterProvider extension point does not work for flutter running console logs
Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at github.com/flutter/flutter.
Steps to Reproduce
Hello, I am developing a plug-in for Android Studio. The effect is that the console outputs the dart class name, and you can jump to this class file by clicking it. This is very useful for locating the page location. I found that the flutter run configuration does not provide an extension point for the console, but is added manually.
Version info
https://github.com/flutter/flutter-intellij/blob/master/flutter-idea/src/io/flutter/run/SdkRunConfig.java#L225
Can you provide a similar extension?