We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea40c2b commit f474614Copy full SHA for f474614
tool/github.sh
@@ -12,7 +12,7 @@ export JAVA_HOME=$JAVA_HOME_17_X64
12
git clone --depth 1 https://github.com/flutter/flutter.git ../flutter
13
export PATH="$PATH":`pwd`/../flutter/bin:`pwd`/../flutter/bin/cache/dart-sdk/bin
14
flutter config --no-analytics
15
-flutter channel beta
+flutter channel stable
16
flutter doctor
17
export FLUTTER_SDK=`pwd`/../flutter
18
tool/kokoro/setup.sh
@@ -23,7 +23,7 @@ setup() {
23
24
25
26
- flutter channel beta
+ flutter channel stable
27
28
29
0 commit comments