Skip to content

Commit bcfea47

Browse files
committed
🔖 ## 5.0.0-dev.1
1 parent e564cb8 commit bcfea47

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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+
## 5.0.0-dev.1
8+
9+
- Allow users build their own picker with custom assets types. (See example.)
10+
11+
### Breaking changes
12+
13+
- Abstract `AssetPickerBuilderDelegate<A, P>`, `AssetPickerViewerBuilderDelegate<A, P>`,
14+
`AssetPickerProvider<A, P>`, and minify the `AssetPickerViewerProvider<A>`. Support
15+
custom types by generic type.
16+
17+
- The `assets` param in `AssetPickerViewer.pushToViewer` is now `previewAssets`.
18+
719
## 4.2.2
820

921
- Suppress deprecated usage in example.
@@ -50,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5062
- Experimenting status bar hidden on iOS.
5163
- Remove video player listener before pause.
5264

53-
## Breaking changes
65+
### Breaking changes
5466

5567
- `TextDelegate` -> `AssetsPickerTextDelegate` .
5668

@@ -113,7 +125,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113125
- Enlarge preview button's detector area size.
114126
- Fix wrong properties usage causing infinite build when the page reaches the end.
115127

116-
## Breaking changes
128+
### Breaking changes
117129

118130
- `videoIndicatorBuilder` -> `durationIndicatorBuilder`.
119131

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wechat_assets_picker
22
description: An assets' picker written in pure Dart which looks like the one in WeChat, support multi asset pick from the device.
3-
version: 4.2.2
3+
version: 5.0.0-dev.1
44
homepage: https://github.com/fluttercandies/flutter_wechat_assets_picker
55

66
environment:

0 commit comments

Comments
 (0)