Flutter使用

 

Here’s the table of contents:

  1. 命令

命令

# 构建依赖
flutter pub get
# 热加载实时查看
flutter run -d macos
# 打包发布
flutter build macos