Skip to content

Commit fc57543

Browse files
committed
🔖 ## 6.0.0-dev.3
1 parent 4802d52 commit fc57543

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 6.0.0-dev.3
8+
9+
- Unify the back button in the picker on all platforms.
10+
- Change the generic type `A` to `Asset` and `P` to `Path`.
11+
- Refactored `SortPathDelegate` to make it accept the `Path` generic type.
12+
- Screenshots update.
13+
- Bump `photo_manager` to 1.2.5 .
14+
715
## 6.0.0-dev.2
816

917
- Add generic type to indicate provider when using `pickAssetsWithDelegate` method.

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: wechat_assets_picker
22
description: An audio/video/image picker in pure Dart which is the same with WeChat, support multi picking.
3-
version: 6.0.0-dev.2
3+
version: 6.0.0-dev.3
44
homepage: https://github.com/fluttercandies/flutter_wechat_assets_picker
55

66
environment:
7-
sdk: ">=2.12.0 <3.0.0"
8-
flutter: ">=2.0.0"
7+
sdk: '>=2.12.0 <3.0.0'
8+
flutter: '>=2.0.0'
99

1010
dependencies:
1111
flutter:
1212
sdk: flutter
1313

1414
extended_image: ^4.1.0
15-
photo_manager: ^1.2.4
15+
photo_manager: ^1.2.5
1616
provider: ^5.0.0
1717
video_player: ^2.1.6

0 commit comments

Comments
 (0)