We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fde878 commit 90108deCopy full SHA for 90108de
setup.sh
@@ -17,7 +17,7 @@ then
17
fi
18
19
# Apple Intel or Apple Silicon
20
-if [[ $OS == macos && $ARCH == 'arm64' ]]
+if [[ $OS == macos && $ARCH == 'arm64' && $FLUTTER_VERSION == 3.* ]]
21
then
22
FLUTTER_OS="${FLUTTER_OS}_$ARCH"
23
0 commit comments