Skip to content

Commit 6244920

Browse files
committed
Disable "Flutter animations in the command line interface" by default
1 parent 4ed733b commit 6244920

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ echo "PUB_CACHE=${FLUTTER_PUB_CACHE}" >> $GITHUB_ENV
110110
echo "${FLUTTER_PUB_CACHE}/bin" >> $GITHUB_PATH
111111
echo "${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin" >> $GITHUB_PATH
112112

113-
# Disable Google Analytics
113+
# Disable Google Analytics and CLI animations
114114
${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin/flutter config --no-analytics
115+
${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin/flutter config --no-cli-animations
115116

116117
# Print Flutter config
117118
echo "Flutter config:"

0 commit comments

Comments
 (0)