Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 8.7.0 #477

Merged
merged 4 commits into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: wechat_assets_picker_demo
description: The demo project for the wechat_assets_picker package.
version: 8.6.3+43
version: 8.7.0+44
publish_to: none

environment:
sdk: '>=3.0.0'
flutter: '>=3.10.0'
sdk: '>=3.1.0'
flutter: '>=3.13.0'

dependencies:
flutter:
Expand All @@ -15,9 +15,9 @@ dependencies:

wechat_assets_picker:
path: ../
wechat_camera_picker: ^3.6.0
wechat_camera_picker: ^4.0.0

extended_image: ^8.0.0
extended_image: ^8.1.0
package_info_plus: ^4.0.0
path: ^1.8.0
path_provider: ^2.0.15
Expand Down
2 changes: 1 addition & 1 deletion lib/src/widget/builder/video_page_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class _VideoPageBuilderState extends State<VideoPageBuilder> {
child: DecoratedBox(
decoration: const BoxDecoration(
boxShadow: <BoxShadow>[
BoxShadow(color: Colors.black12)
BoxShadow(color: Colors.black12),
],
shape: BoxShape.circle,
),
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
Loading