Sign in
flutter
/
mirrors
/
flutter
/
0f2c3dc07f8032857b811fe5d751119e2b67f923
/
.
/
dev
/
bots
/
setup.sh
blob: cad886fc8727fd864ffc95bc694ef66540e43c18 [
file
] [
log
] [
blame
]
#!/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