Skip to content

Commit 8072918

Browse files
committed
🔖 ## 5.0.0
1 parent c6a75da commit 8072918

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ 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-nullsafety.5
7+
## 5.0.0
88

99
- Add ability to show the special item when the device has no assets.
1010
- Allow users build their own picker with custom assets types. (See example for custom delegate.)
11+
- Slightly reduce performance consume with layout.
1112

1213
### Breaking changes
1314

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ dependencies:
1313

1414
wechat_assets_picker:
1515
path: ../
16-
wechat_camera_picker: ^2.0.0-nullsafety.4
16+
wechat_camera_picker: ^2.0.0
1717

1818
extended_image: ^3.0.0
1919
path: ^1.8.0
20-
path_provider: ^2.0.0
20+
path_provider: ^2.0.1
2121
provider: ^5.0.0
2222

2323
flutter:

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

66
environment:
7-
sdk: ">=2.12.0-0 <3.0.0"
8-
flutter: ">=1.22.6"
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: ^3.0.0
15-
photo_manager: ^1.0.0-nullsafety.0
15+
photo_manager: ^1.0.0
1616
provider: ^5.0.0
1717
video_player: ^2.0.0

0 commit comments

Comments
 (0)