flutter.el icon indicating copy to clipboard operation
flutter.el copied to clipboard

Flutter debugging commands support

Open cassc opened this issue 3 years ago • 2 comments

Are there any support for flutter debugging commands? For example Flutter: Toggle Baseline Painting

cassc avatar Feb 20 '22 01:02 cassc

I'm not really familiar with those features. The docs you linked to are for the VS Code plug-in, so if those features are implemented in the VS Code plug-in itself then we have no way of invoking them.

amake avatar Feb 20 '22 02:02 amake

I took a look and it seems that these features are not available when launching an app via flutter run, which is what flutter.el does. If someone can find a way to invoke them when doing flutter run, then potentially flutter.el could facilitate that.

amake avatar Feb 20 '22 14:02 amake