Dart&Flutter
PPG007 ... 2022-6-5 Less than 1 minute
# Dart&Flutter
sudo snap install flutter --classic
export HTTP_PROXY=http://localhost:8889
export HTTPS_PROXY=$HTTP_PROXY
export NO_PROXY=localhost,127.0.0.1,::1
flutter doctor
1
2
3
4
5
6
7
2
3
4
5
6
7