We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5fe94 commit bb6a227Copy full SHA for bb6a227
1 file changed
tool/provision_flutter.sh
@@ -9,7 +9,7 @@ set -e
9
# Provision the pinned Flutter SDK if not present
10
if [ ! -d "../flutter" ]; then
11
OS_NAME=$(uname -s | tr '[:upper:]' '[:lower:]')
12
- FLUTTER_VERSION="3.41.0"
+ FLUTTER_VERSION="3.22.0"
13
14
echo "Provisioning Flutter SDK version ${FLUTTER_VERSION} for ${OS_NAME}..."
15
if [ "$OS_NAME" = "darwin" ]; then
0 commit comments