File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
12
## 6.0.0-dev.4
8
13
9
14
- Add ` keepScrollOffset ` feature for the ` AssetPickerBuilderDelegate ` ,
@@ -270,7 +275,7 @@ see [Migration Guide](guides/migration_guide.md) for more details.
270
275
271
276
## 2.2.0
272
277
273
- - Brand new example.
278
+ - A brand new example.
274
279
- Add ` SortPathDelegate ` .
275
280
- Using zoom page transition for viewer.
276
281
- Slightly add padding to viewer's assets list view.
Original file line number Diff line number Diff line change 1
1
name : wechat_assets_picker
2
2
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
4
4
homepage : https://github.com/fluttercandies/flutter_wechat_assets_picker
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments