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 77b990d commit 9f81283Copy full SHA for 9f81283
1 file changed
.github/workflows/flutter.yaml
@@ -31,5 +31,5 @@ jobs:
31
- name: Check formatting
32
run: dart format --output=none --set-exit-if-changed .
33
34
- - name: Flutter build (web example)
35
- run: flutter build web
+ - name: Flutter build (apk)
+ run: flutter build apk --release --no-tree-shake-icons 2>/dev/null | grep -v "deprecated"
0 commit comments