blob: 213102825dde1a0075d783b835804f704e26248d [file] [log] [blame]
#!/bin/bash
set -ex
# Download dependencies flutter
./bin/flutter --version
# Disable analytics on the bots (to avoid skewing analytics data).
./bin/flutter config --no-analytics
./bin/flutter update-packages