Skip to content

Commit

Permalink
🔖 8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Aug 17, 2023
1 parent 8d5707d commit d0e35f5
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 7 additions & 6 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 解决。
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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

Expand Down

0 comments on commit d0e35f5

Please sign in to comment.