第一步:下载flutter
https://flutter.io/docs/development/tools/sdk/archive?tab=macos#macos
第二步:(development 本公举自己的文件夹)
cd ~/development
$ unzip /Users/yangqin/Downloads/flutter_macos_v1.1.8-beta.zip
第三步 :配置环境变量
vim ~/.bash_profile
新增 一行
export PATH ="/Users/yangqin/development/flutter/bin:$PATH"
保存
source ~/.bash_profile
再检查
flutter doctor
呜呜呜~~~~~一个一个的解决吧。
有么有人跟我一样在没有FQ的情况下直接去访问https://developer.android.com/studio/index.html然后 挂了
后来我问安卓的同事 要的一个地址。。。当然你们有的可以直接去找啦。
http://www.wanandroid.com/tools/ide 安装就是漫长的等待。。。。
安装完成后
sudo xcodebuild -license 一直同意就行了
再运行
flutter doctor
brew update
brew install --HEAD libimobiledevice
brew install ideviceinstaller ios-deploy cocoapods
pod setup
vs Code
iOS平台设置
yangqindeMacBook-Pro:development yangqin$ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
yangqindeMacBook-Pro:development yangqin$ sudo xcodebuild -license
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/