Skip to content

Commit

Permalink
flutter 3.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
simplezhli committed Feb 15, 2024
1 parent 5296982 commit 3ea0964
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter-drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# https://github.com/marketplace/actions/flutter-action
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.5'
flutter-version: '3.16.9'
channel: 'stable' # or: 'dev' or 'beta'
architecture: x64
- run: "flutter clean"
Expand All @@ -78,7 +78,7 @@ jobs:
java-version: '11'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.5'
flutter-version: '3.16.9'
channel: 'stable' # or: 'dev' or 'beta'
architecture: x64
- name: "Run Flutter Driver tests"
Expand All @@ -104,7 +104,7 @@ jobs:
# https://github.com/marketplace/actions/flutter-action
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.5'
flutter-version: '3.16.9'
channel: 'stable'
architecture: x64
- run: "flutter pub get"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter-web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/[email protected]
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.5'
flutter-version: '3.16.9'
channel: 'stable'
architecture: x64
- name: "Web Build 🔧"
Expand Down
4 changes: 2 additions & 2 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ For web experience, please visit: https://simplezhli.github.io/flutter_deer/

[![flutter_deer driver](https://github.com/simplezhli/flutter_deer/actions/workflows/flutter-drive.yml/badge.svg?branch=master)](https://github.com/simplezhli/flutter_deer/actions/workflows/flutter-drive.yml)

1. Flutter version 3.16.5
1. Flutter version 3.16.9

2. Dart version 3.2.0
2. Dart version 3.2.6

## Precautions to be taken.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Web体验地址:https://simplezhli.github.io/flutter_deer/

[![flutter_deer driver](https://github.com/simplezhli/flutter_deer/actions/workflows/flutter-drive.yml/badge.svg?branch=master)](https://github.com/simplezhli/flutter_deer/actions/workflows/flutter-drive.yml)

1. Flutter version 3.16.5
1. Flutter version 3.16.9

2. Dart version 3.2.0
2. Dart version 3.2.6

## 注意事项

Expand Down

0 comments on commit 3ea0964

Please sign in to comment.