diff --git a/bin/internal/shared.sh b/bin/internal/shared.sh index 76d7b6649..dfa11fb42 100755 --- a/bin/internal/shared.sh +++ b/bin/internal/shared.sh @@ -15,6 +15,8 @@ function update_flutter { else git clone --filter=tree:0 https://github.com/shorebirdtech/flutter.git -b stable "$FLUTTER_PATH" fi + # Install Shorebird Flutter Artifacts + FLUTTER_STORAGE_BASE_URL=https://download.shorebird.dev/ $FLUTTER_PATH/bin/flutter --version } function pub_upgrade_with_retry {