Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

flutter pub get taking too long

# On Linux, this worked for me and for many other people...
# It should work for you too.


export PUB_HOSTED_URL=https://pub.flutter-io.cn
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn

# On windows, you should create an environment variable with:
name: PUB_HOSTED_URL
value: https://pub.flutter-io.cn

name: FLUTTER_STORAGE_BASE_URL
value: https://storage.flutter-io.cn
Comment

PREVIOUS NEXT
Code Example
Shell :: for while bash 
Shell :: Installing Command line tools for Xcode via CLI 
Shell :: python code to find os version of Webserver 
Shell :: install ruby json gem in aws ec2 
Shell :: undo git stash with conflicts 
Shell :: Install JDK on Rocky Linux 8 
Shell :: conda install pyav 
Shell :: install node in nvm 
Shell :: create vue app locally 
Shell :: copy all files from one directory to another 
Shell :: delete multiple rules ufw 
Shell :: use output of pipe xargs 
Shell :: how to install .whl file in windows 10 
Shell :: shell list files in directory 
Shell :: enter 1 digit max number field 
Shell :: github undo last pushed commit 
Shell :: delete lines that contain a pattern in unix 
Shell :: gvm not generated password 
Shell :: command to create a new branch in git 
Shell :: Git push --help fast-forwards 
Shell :: squash my last x commits together using git 
Shell :: Create permanent env variable 
Shell :: copy files from certain date linux 
Shell :: fedora dnf remove repo 
Shell :: sshkeygen 
Shell :: bash script loop 
Shell :: github delete branch remote 
Shell :: exclude certain extension from zip linux 
Shell :: add dir to your path kali 
Shell :: vite command 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =