mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
7 lines
107 B
Bash
Executable File
7 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
# Download dependencies flutter
|
|
./bin/flutter --version
|
|
./bin/flutter update-packages
|