From 63681d7e13d197977b9596857d866ef45eec353c Mon Sep 17 00:00:00 2001 From: weilu Date: Wed, 15 May 2024 22:19:50 +0800 Subject: [PATCH] flutter 3.22.0 --- .github/workflows/flutter-drive.yml | 6 +++--- .github/workflows/flutter-web-deploy.yml | 2 +- README-EN.md | 4 ++-- README.md | 4 ++-- pubspec.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/flutter-drive.yml b/.github/workflows/flutter-drive.yml index 9a46cc52..6ef8bf86 100644 --- a/.github/workflows/flutter-drive.yml +++ b/.github/workflows/flutter-drive.yml @@ -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" @@ -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" @@ -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" diff --git a/.github/workflows/flutter-web-deploy.yml b/.github/workflows/flutter-web-deploy.yml index 6eee88b2..d714edde 100644 --- a/.github/workflows/flutter-web-deploy.yml +++ b/.github/workflows/flutter-web-deploy.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2.3.1 - uses: subosito/flutter-action@v2 with: - flutter-version: '3.19.0' + flutter-version: '3.22.0' channel: 'stable' architecture: x64 - name: "Web Build 🔧" diff --git a/README-EN.md b/README-EN.md index 7e8c91e4..1995aebf 100644 --- a/README-EN.md +++ b/README-EN.md @@ -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. diff --git a/README.md b/README.md index debc789d..5f7b004b 100644 --- a/README.md +++ b/README.md @@ -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 ## 注意事项 diff --git a/pubspec.yaml b/pubspec.yaml index 47875f82..0bdba30a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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