We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
根据需求下载FlutterSDK版本,一般使用稳定版的最新版本。
vim ~/.bash_profile
export PATH= flutterSDK磁盘路径/bin:$PATH export PUB_HOSTED_URL=https://pub.flutter-io.cn export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
flutter --version
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
一、Mac配置Flutter环境
1.下载 Flutter SDK: https://flutter.dev/docs/development/tools/sdk/releases
2.解压后添加环境变量:
vim ~/.bash_profile
3. 通过命令行查看环境是否ok :
flutter --version
The text was updated successfully, but these errors were encountered: