Skip to content

Commit b593d5e

Browse files
committed
🔖 ## 5.0.0-nullsafety.5
1 parent 660b924 commit b593d5e

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
lines changed

CHANGELOG.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,20 @@ 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.4
8-
9-
- Drop support for Flutter 1.17 .
10-
11-
## 5.0.0-dev.3
7+
## 5.0.0-nullsafety.5
128

139
- Add ability to show the special item when the device has no assets.
14-
15-
## 5.0.0-dev.2
16-
17-
- Use dev version of photo_maanger.
18-
19-
### Breaking changes
20-
21-
- `CustomItemBuilder` / `CustomItemPosition` -> `SpecialItemBuilder` / `SpecialItemPosition` .
22-
23-
## 5.0.0-dev.1
24-
25-
- Allow users build their own picker with custom assets types. (See example.)
10+
- Allow users build their own picker with custom assets types. (See example for custom delegate.)
2611

2712
### Breaking changes
2813

14+
- Migrate to non-nullable by default.
15+
- Drop support for Flutter 1.17 .
16+
- `CustomItemBuilder` -> `SpecialItemBuilder`, `CustomItemPosition` -> `SpecialItemPosition` .
2917
- Abstract `AssetPickerBuilderDelegate<A, P>`, `AssetPickerViewerBuilderDelegate<A, P>`,
3018
`AssetPickerProvider<A, P>`, and minify the `AssetPickerViewerProvider<A>`. Support
3119
custom types by generic type.
32-
33-
- The `assets` param in `AssetPickerViewer.pushToViewer` is now `previewAssets`.
20+
- The `assets` param in `AssetPickerViewer.pushToViewer` is now `previewAssets` .
3421

3522
## 4.2.2
3623

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: 5.0.0-dev.4
3+
version: 5.0.0-nullsafety.5
44
homepage: https://github.com/fluttercandies/flutter_wechat_assets_picker
55

66
environment:

0 commit comments

Comments
 (0)