Skip to content

Commit 7a346ca

Browse files
committed
🔖 ## 6.0.0-dev.5
1 parent 11abfd3 commit 7a346ca

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +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+
## 6.0.0-dev.5
8+
9+
- Fix keep offset jumping recovery issues. (#174)
10+
- More abstractions and structure updates for the example.
11+
712
## 6.0.0-dev.4
813

914
- Add `keepScrollOffset` feature for the `AssetPickerBuilderDelegate`,
@@ -270,7 +275,7 @@ see [Migration Guide](guides/migration_guide.md) for more details.
270275

271276
## 2.2.0
272277

273-
- Brand new example.
278+
- A brand new example.
274279
- Add `SortPathDelegate`.
275280
- Using zoom page transition for viewer.
276281
- Slightly add padding to viewer's assets list view.

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 audio/video/image picker in pure Dart which is the same with WeChat, support multi picking.
3-
version: 6.0.0-dev.4
3+
version: 6.0.0-dev.5
44
homepage: https://github.com/fluttercandies/flutter_wechat_assets_picker
55

66
environment:

0 commit comments

Comments
 (0)