How to set up devices for VS Code for a Flutter emulator

前端 未结 16 844
南笙
南笙 2020-12-23 14:42

I\'d like to use VS Code as my editor for Flutter development, but I don\'t know how to get the emulator going. I\'ve installed VS Code on Ubuntu 17.10.

I followed th

16条回答
  •  眼角桃花
    2020-12-23 15:10

    From version 2.13.0 of Dart Code, emulators can be launched directly from within Code but This feature relies on support from the Flutter tools which means it will only show emulators when using a very recent Flutter SDK. Flutter’s master channel already has this change, but it may take a little longer to filter through to the dev and beta channels.

    I tested this feature and worked very well on flutter version 0.5.6-pre.61 (master channel)

提交回复
热议问题