setup.sh 107 Bytes
Newer Older
1
#!/bin/bash
2
set -ex
3

4 5
# Download dependencies flutter
./bin/flutter --version
6
./bin/flutter update-packages