diff --git a/.github/ISSUE_TEMPLATE/deer-issue-template.md b/.github/ISSUE_TEMPLATE/deer-issue-template.md index 0c880f12e..e3ea3aa83 100644 --- a/.github/ISSUE_TEMPLATE/deer-issue-template.md +++ b/.github/ISSUE_TEMPLATE/deer-issue-template.md @@ -12,7 +12,7 @@ assignees: '' - [x] 电脑系统:如:`Windows 11` - [x] 设备型号:如:`小米13` - [x] 设备系统版本:如 `Android 13` -- [x] Flutter 版本:如 `3.7.0` +- [x] Flutter 版本:如 `3.13.0` ### 具体问题描述 ### diff --git a/.github/workflows/flutter-drive.yml b/.github/workflows/flutter-drive.yml index 9d54ec972..1d7e537fe 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.13.0' + flutter-version: '3.13.6' 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.13.0' + flutter-version: '3.13.6' 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.13.0' + flutter-version: '3.13.6' 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 7fe4e90e2..7c00b3ee8 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.13.0' + flutter-version: '3.13.6' channel: 'stable' architecture: x64 - name: "Web Build 🔧" diff --git a/README-EN.md b/README-EN.md index 31ae359c8..0b1db4b97 100644 --- a/README-EN.md +++ b/README-EN.md @@ -66,9 +66,9 @@ For web experience, please visit: https://simplezhli.github.io/flutter_deer/ [![Build Status](https://github.com/simplezhli/flutter_deer/workflows/flutter_deer%20driver/badge.svg?branch=master)](https://github.com/simplezhli/flutter_deer/actions?query=workflow%3A%22flutter_deer+driver%22+branch%3Amaster) - 1. Flutter version 3.13.0 + 1. Flutter version 3.13.6 - 2. Dart version 3.1.0 + 2. Dart version 3.1.3 ## Precautions to be taken. diff --git a/README.md b/README.md index ac790fe01..b5606ef2b 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ Web体验地址:https://simplezhli.github.io/flutter_deer/ [![Build Status](https://github.com/simplezhli/flutter_deer/workflows/flutter_deer%20driver/badge.svg?branch=master)](https://github.com/simplezhli/flutter_deer/actions?query=workflow%3A%22flutter_deer+driver%22+branch%3Amaster) - 1. Flutter version 3.13.0 + 1. Flutter version 3.13.6 - 2. Dart version 3.1.0 + 2. Dart version 3.1.3 ## 注意事项 diff --git a/pubspec.yaml b/pubspec.yaml index d2fcb94a9..5efb19dc1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,9 +21,9 @@ dependencies: # Localization https://github.com/dart-lang/intl intl: ^0.18.0 # Toast插件 https://github.com/OpenFlutter/flutter_oktoast - oktoast: ^3.3.1 + oktoast: ^3.3.2 # 网络库 https://github.com/cfug/dio - dio: ^5.3.2 + dio: ^5.3.3 # https://github.com/ReactiveX/rxdart rxdart: ^0.27.7 # Dart 常用工具类库 https://github.com/Sky24n/common_utils @@ -48,7 +48,7 @@ dependencies: # 路由框架 https://github.com/theyakka/fluro fluro: ^2.0.5 # 图片缓存 https://github.com/renefloor/flutter_cached_network_image - cached_network_image: ^3.2.3 + cached_network_image: ^3.3.0 # 格式化String https://github.com/Naddiseo/dart-sprintf sprintf: ^7.0.0 # 状态管理 https://github.com/rrousselGit/provider