You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.