[flutter]: switch to stable channel

This commit is contained in:
appflowy
2021-12-10 14:43:57 +08:00
parent e28b1ab8b3
commit d283d29202
7 changed files with 10 additions and 8 deletions

View File

@ -159,7 +159,7 @@ script = """
ret = which flutter
if is_empty ${ret}
echo "[❤️] Follow the https://flutter.dev/docs/get-started/install instructions to install the flutter, skip if you already installed."
echo "Switch to dev channel with command: flutter channel dev"
echo "Switch to dev channel with command: flutter channel stable"
exit -1
end
"""