From d0e35f549ef319f4b418aec728b5672208df1f76 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Thu, 17 Aug 2023 19:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=208.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ README-ZH.md | 13 +++++++------ README.md | 13 +++++++------ pubspec.yaml | 10 +++++----- 4 files changed, 25 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7046511..0d804d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ that can be found in the LICENSE file. --> See the [Migration Guide](guides/migration_guide.md) for the details of breaking changes between versions. +## 8.7.0 + +### Breaking changes + +- Migrate to Flutter 3.13, and drop supports for previous Flutter versions. + ## 8.6.3 ### Improvements diff --git a/README-ZH.md b/README-ZH.md index 824a9bff..281113eb 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -133,12 +133,13 @@ Language: [English](README.md) | 中文 该插件仅保证能与 **stable 渠道的 Flutter SDK** 配合使用。 我们不会为其他渠道的 Flutter SDK 做实时支持。 -| | 3.0.0 | 3.3.0 | 3.7.0 | 3.10.0 | -|--------|:-----:|:-----:|:-----:|:------:| -| 8.5.0+ | ❌ | ❌ | ❌ | ✅ | -| 8.4.0+ | ❌ | ❌ | ✅ | ❌ | -| 8.0.0+ | ✅ | ✅ | ❌ | ❌ | -| 7.3.0+ | ✅ | ✅ | ❌ | ❌ | +| | 3.0 | 3.3 | 3.7 | 3.10 | **3.13** | +|--------|:---:|:---:|:---:|:----:|:--------:| +| 8.7.0+ | ❌ | ❌ | ❌ | ❌ | ✅ | +| 8.5.0+ | ❌ | ❌ | ❌ | ✅ | ❌ | +| 8.4.0+ | ❌ | ❌ | ✅ | ❌ | ❌ | +| 8.0.0+ | ✅ | ✅ | ❌ | ❌ | ❌ | +| 7.3.0+ | ✅ | ✅ | ❌ | ❌ | ❌ | 如果在 `flutter pub get` 时遇到了 `resolve conflict` 失败问题, 请使用 `dependency_overrides` 解决。 diff --git a/README.md b/README.md index c6da3450..c5265264 100644 --- a/README.md +++ b/README.md @@ -140,12 +140,13 @@ before you have any questions. The package only guarantees to be working on **the stable version of Flutter**. We won't update it in real-time to align with other channels of Flutter. -| | 3.0.0 | 3.3.0 | 3.7.0 | 3.10.0 | -|--------|:-----:|:-----:|:-----:|:------:| -| 8.5.0+ | ❌ | ❌ | ❌ | ✅ | -| 8.4.0+ | ❌ | ❌ | ✅ | ❌ | -| 8.0.0+ | ✅ | ✅ | ❌ | ❌ | -| 7.3.0+ | ✅ | ✅ | ❌ | ❌ | +| | 3.0 | 3.3 | 3.7 | 3.10 | **3.13** | +|--------|:---:|:---:|:---:|:----:|:--------:| +| 8.7.0+ | ❌ | ❌ | ❌ | ❌ | ✅ | +| 8.5.0+ | ❌ | ❌ | ❌ | ✅ | ❌ | +| 8.4.0+ | ❌ | ❌ | ✅ | ❌ | ❌ | +| 8.0.0+ | ✅ | ✅ | ❌ | ❌ | ❌ | +| 7.3.0+ | ✅ | ✅ | ❌ | ❌ | ❌ | If you got a `resolve conflict` error when running `flutter pub get`, please use `dependency_overrides` to fix it. diff --git a/pubspec.yaml b/pubspec.yaml index 3172daf9..fad0c8f2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: wechat_assets_picker -version: 8.6.3 +version: 8.7.0 description: | An image picker (also with videos and audio) for Flutter projects based on WeChat's UI, @@ -9,15 +9,15 @@ repository: https://github.com/fluttercandies/flutter_wechat_assets_picker issue_tracker: https://github.com/fluttercandies/flutter_wechat_assets_picker/issues environment: - sdk: ^3.0.0 - flutter: '>=3.10.0' + sdk: ^3.1.0 + flutter: '>=3.13.0' dependencies: flutter: sdk: flutter - extended_image: ^8.0.0 - photo_manager: ^2.6.0 + extended_image: ^8.1.0 + photo_manager: ^2.7.0 provider: ^6.0.5 video_player: ^2.7.0