Skip to content

Commit

Permalink
flutter 3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simplezhli committed May 15, 2024
1 parent 5d0a867 commit 63681d7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.19.0'
flutter-version: '3.22.0'
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.19.0'
flutter-version: '3.22.0'
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.19.0'
flutter-version: '3.22.0'
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.19.0'
flutter-version: '3.22.0'
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.19.0
1. Flutter version 3.22.0

2. Dart version 3.3.0
2. Dart version 3.4.0

## 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.19.0
1. Flutter version 3.22.0

2. Dart version 3.3.0
2. Dart version 3.4.0

## 注意事项

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
# 去除网页URL中的“#”(hash) https://flutter.cn/docs/development/ui/navigation/url-strategies
url_strategy: 0.2.0
# Localization https://github.com/dart-lang/intl
intl: ^0.18.0
intl: ^0.19.0
# Toast插件 https://github.com/OpenFlutter/flutter_oktoast
oktoast: ^3.4.0
# 网络库 https://github.com/cfug/dio
Expand Down

0 comments on commit 63681d7

Please sign in to comment.