
* add google analytics * send in the run target type * track device type targets * use the real GA code * review comments * rev to usage 2.0 * rev to 2.2.0 of usage; add tests * review comments
11 lines
212 B
Bash
Executable File
11 lines
212 B
Bash
Executable File
#!/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
|