File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- # [ 3.0.0-dev.1 ]
1
+ # [ 3.0.0-dev.2 ]
2
2
3
+ * Add ` FilterOptionGroup ` . Fix #41 .
3
4
* Add ` SpecialPickerType ` . Fix #37 .
4
5
* Add custom item build mode. Fix #39 .
5
6
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ platform :ios, '9.0'
161
161
| pickerTheme | ` ThemeData ` | 选择器的主题提供,包括查看器 | ` null ` |
162
162
| sortPathDelegate | ` SortPathDeleage ` | 资源路径的排序实现,可自定义路径排序方法 | ` CommonSortPathDelegate ` |
163
163
| textDelegate | ` TextDelegate ` | 选择器的文本代理构建,用于自定义文本 | ` DefaultTextDelegate() ` |
164
+ | filterOptions | ` FilterOptionGroup ` | Allow users to customize assets filter options. | ` null ` |
164
165
| customItemBuilder | ` WidgetBuilder ` | 自定义item的构造方法 | ` null ` |
165
166
| customItemPosition | ` CustomItemPosition ` | 允许用户在选择器中添加一个自定义item,并指定位置。 | ` CustomItemPosition.none ` |
166
167
| routeCurve | ` Curve ` | 选择构造路由动画的曲线 | ` Curves.easeIn ` |
Original file line number Diff line number Diff line change 3
3
[ ![ pub package] ( https://img.shields.io/pub/v/wechat_assets_picker?logo=dart&label=stable&style=flat-square )] ( https://pub.dev/packages/wechat_assets_picker )
4
4
[ ![ pub package] ( https://img.shields.io/pub/v/wechat_assets_picker?color=42a012&include_prereleases&label=dev&logo=dart&style=flat-square )] ( https://pub.dev/packages/wechat_assets_picker )
5
5
[ ![ GitHub stars] ( https://img.shields.io/github/stars/fluttercandies/flutter_wechat_assets_picker?logo=github&style=flat-square )] ( https://github.com/fluttercandies/flutter_wechat_assets_picker/stargazers )
6
- [ ![ Build status] ( https://img.shields.io/github/workflow/status/fluttercandies/flutter_wechat_assets_picker/Build%20test?logo=github&style=flat-square )] ( https://github.com/fluttercandies/flutter_wechat_assets_picker/actions?query=workflow%3A%22Build+test%22 )
6
+ [ ![ Build status] ( https://img.shields.io/github/workflow/status/fluttercandies/flutter_wechat_assets_picker/Build%20test?label=CI& logo=github&style=flat-square )] ( https://github.com/fluttercandies/flutter_wechat_assets_picker/actions?query=workflow%3A%22Build+test%22 )
7
7
[ ![ CodeFactor] ( https://img.shields.io/codefactor/grade/github/fluttercandies/flutter_wechat_assets_picker?logo=codefactor&logoColor=%23ffffff&style=flat-square )] ( https://www.codefactor.io/repository/github/fluttercandies/flutter_wechat_assets_picker )
8
8
[ ![ GitHub license] ( https://img.shields.io/github/license/fluttercandies/flutter_wechat_assets_picker?style=flat-square )] ( https://github.com/fluttercandies/flutter_wechat_assets_picker/blob/master/LICENSE )
9
9
<a target =" _blank " href =" https://jq.qq.com/?_wv=1027&k=5bcc0gy " ><img border =" 0 " src =" https://pub.idqqimg.com/wpa/images/group.png " alt =" FlutterCandies " title =" FlutterCandies " ></a >
@@ -164,6 +164,7 @@ Add following content to `info.plist`.
164
164
| pickerTheme | ` ThemeData ` | Theme data provider for the picker and the viewer. | ` null ` |
165
165
| sortPathDelegate | ` SortPathDeleage ` | Path entities sort delegate for the picker, sort paths as you want. | ` CommonSortPathDelegate ` |
166
166
| textDelegate | ` TextDelegate ` | Text delegate for the picker, for customize the texts. | ` DefaultTextDelegate() ` |
167
+ | filterOptions | ` FilterOptionGroup ` | Allow users to customize assets filter options. | ` null ` |
167
168
| customItemBuilder | ` WidgetBuilder ` | The widget builder for the custom item. | ` null ` |
168
169
| customItemPosition | ` CustomItemPosition ` | Allow users set custom item in the picker with several positions. | ` CustomItemPosition.none ` |
169
170
| routeCurve | ` Curve ` | The curve which the picker use to build page route transition. | ` Curves.easeIn ` |
Original file line number Diff line number Diff line change 1
1
name : wechat_assets_picker
2
2
description : An assets' picker written in pure Dart which looks like the one in WeChat, support multi asset pick from the device.
3
- version : 3.0.0-dev.1
3
+ version : 3.0.0-dev.2
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