Sign in
flutter
/
mirrors
/
flutter
/
baa25c83fbf7adeaf3e1cf2f2c1122ab2372d771
/
.
/
travis
/
setup.sh
blob: cad886fc8727fd864ffc95bc694ef66540e43c18 [
file
]
#!/bin/bash
set
-
ex
# disable analytics on the bots and download Flutter dependencies
./
bin
/
flutter config
--
no
-
analytics
# run pub get in all the repo packages
./
bin
/
flutter update
-
packages