赞
踩
官方文档自己摸索了几个小时,踩了些坑,希望给后人带来便利!
安装和环境配置 - Flutter 中文文档 - Flutter 中文开发者网站 - Flutterhttps://flutter.cn/docs/get-started/install
注意:
解压后 进入目录 运行 flutter doctor
会提示 访问不了google github 和
Android SDK is missing command line tools; download from https://goo.gl/XxQghQ 这两个错
以管理员身份运行 powershell
setx PUB_HOSTED_URL https://pub.flutter-io.cn
setx FLUTTER_STORAGE_BASE_URL https://storage.flutter-io.cn
setx PUB_HOSTED_URL "https://mirrors.tuna.tsinghua.edu.cn/dart-pub";
setx FLUTTER_STORAGE_BASE_URL "https://mirrors.tuna.tsinghua.edu.cn/flutter"
关闭命令窗口,重新打开cmd窗口
去到flutter\bin目录,删除cache文件夹
在powershell 命令窗口重新运行flutter doctor,问题解决。
再次运行 flutter doctor 就可以了
下载 VsCode 安装 Dart Flutter 插件
IDE 设置Flutter
连接设备:
安装依赖
flutter packages get
运行demo
flutter run
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。