amake / flutter.el

Flutter tools for Emacs
GNU General Public License v3.0
123 stars 11 forks source link

Flutter debugging commands support #25

Open cassc opened 2 years ago

cassc commented 2 years ago

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

amake commented 2 years ago

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 commented 2 years ago

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.