vscode 支持dart
2020-05-21 本文已影响0人
天色将变
安装插件 dart
image.png新建dart文件
编写代码
void main() {
print('hello world');
}
上面有个Run按钮,点击运行main()
image.png
在下面控制台,显示结果:
image.png
编写代码
void main() {
print('hello world');
}
上面有个Run按钮,点击运行main()
在下面控制台,显示结果: