安装Flutter
git clone https://github.com/flutter/flutter.git
- 在系统变量
path
新增 E:\flutter\bin
- 新增
PUB_HOSTED_URL
系统变量https://pub.flutter-io.cn
- 新增
FLUTTER_STORAGE_BASE_URL
系统变量https://storage.flutter-io.cn
cd flutter
flutter doctor
Flutter
开发必备其他环境
- Java Jdk https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
- Android Studio https://developer.android.com/studio/
- Git https://git-scm.com/download/win
添加Flutter
插件
- 打开
Android Stuido
,然后找到Plugin
的配置,搜索Flutter
和Dart
插件并安装。
Flutter填坑全面总结
相关链接
- Flutter源码链接 https://github.com/flutter/flutter
- Flutter官方文档 https://flutter.io/docs/
- Flutter中文文档 http://doc.flutter-dev.cn/
- Flutter中文社区 [https://flutter-io.cn/)
- Dart语言官方主页 https://www.dartlang.org/
- Dart语言中文社区 http://www.cndartlang.com/
- Dart中文官网 https://www.dart-china.org/
- Dark2 中文文档 https://www.kancloud.cn/marswill/dark2_document/709090