1.安装flutter sdk

flutter官网选择Mac下3.19.2的flutter版本下载。

2.安装VSCode,并创建hello_world工程

安装Dart插件, 在VSCode中,command+shift+p创建Flutter 项目时,选择flutter sdk的目录,并创建hello_world项目 具体安装参考官方教程,不再多说。

3.hello_world效果图

MacOS

image

iOS

image

Android

image

web

image