Skip to content

Commit 262e9df

Browse files
committed
🔖 ## 3.0.0-dev.2
1 parent 16ee7e4 commit 262e9df

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# [3.0.0-dev.1]
1+
# [3.0.0-dev.2]
22

3+
* Add `FilterOptionGroup`. Fix #41 .
34
* Add `SpecialPickerType`. Fix #37 .
45
* Add custom item build mode. Fix #39 .
56

README-ZH.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ platform :ios, '9.0'
161161
| pickerTheme | `ThemeData` | 选择器的主题提供,包括查看器 | `null` |
162162
| sortPathDelegate | `SortPathDeleage` | 资源路径的排序实现,可自定义路径排序方法 | `CommonSortPathDelegate` |
163163
| textDelegate | `TextDelegate` | 选择器的文本代理构建,用于自定义文本 | `DefaultTextDelegate()` |
164+
| filterOptions | `FilterOptionGroup` | Allow users to customize assets filter options. | `null` |
164165
| customItemBuilder | `WidgetBuilder` | 自定义item的构造方法 | `null` |
165166
| customItemPosition | `CustomItemPosition` | 允许用户在选择器中添加一个自定义item,并指定位置。 | `CustomItemPosition.none` |
166167
| routeCurve | `Curve` | 选择构造路由动画的曲线 | `Curves.easeIn` |

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![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)
44
[![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)
55
[![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)
77
[![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)
88
[![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)
99
<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`.
164164
| pickerTheme | `ThemeData` | Theme data provider for the picker and the viewer. | `null` |
165165
| sortPathDelegate | `SortPathDeleage` | Path entities sort delegate for the picker, sort paths as you want. | `CommonSortPathDelegate` |
166166
| textDelegate | `TextDelegate` | Text delegate for the picker, for customize the texts. | `DefaultTextDelegate()` |
167+
| filterOptions | `FilterOptionGroup` | Allow users to customize assets filter options. | `null` |
167168
| customItemBuilder | `WidgetBuilder` | The widget builder for the custom item. | `null` |
168169
| customItemPosition | `CustomItemPosition` | Allow users set custom item in the picker with several positions. | `CustomItemPosition.none` |
169170
| routeCurve | `Curve` | The curve which the picker use to build page route transition. | `Curves.easeIn` |

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: 3.0.0-dev.1
3+
version: 3.0.0-dev.2
44
homepage: https://github.com/fluttercandies/flutter_wechat_assets_picker
55

66
environment:

0 commit comments

Comments
 (0)