File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ # [ 4.0.0]
2
+
3
+ * Drop ` asset_audio_player ` .
4
+ * Experimenting status bar hidden on iOS.
5
+ * Remove video player listener before pause.
6
+
7
+ ## Breaking changes
8
+
9
+ * ` TextDelegate ` -> ` AssetsPickerTextDelegate ` .
10
+
1
11
# [ 3.0.0+1]
2
12
3
13
* Constraint dependencies version.
Original file line number Diff line number Diff line change @@ -156,8 +156,6 @@ platform :ios, '9.0'
156
156
<string>你的相册权限描述</string>
157
157
```
158
158
159
-
160
-
161
159
## 使用方法 📖
162
160
163
161
| 参数名 | 类型 | 描述 | 默认值 |
@@ -322,7 +320,6 @@ final List<String> result = await PhotoManager.editor.deleteWithIds([entity.id])
322
320
323
321
参考文档: [ flutter_photo_manager#insert-new-item] ( https://github.com/CaiJingLong/flutter_photo_manager#insert-new-item )
324
322
325
-
326
323
### 控制台提示 'Failed to find GeneratedAppGlideModule'
327
324
328
325
```
Original file line number Diff line number Diff line change @@ -175,8 +175,6 @@ Add following content to `info.plist`.
175
175
<string>Replace with your permission description.</string>
176
176
```
177
177
178
-
179
-
180
178
## Usage 📖
181
179
182
180
| Name | Type | Description | Default |
@@ -200,6 +198,7 @@ Add following content to `info.plist`.
200
198
| routeDuration | ` Duration ` | The duration which the picker use to build page route transition. | ` const Duration(milliseconds: 500) ` |
201
199
202
200
### Simple usage
201
+
203
202
``` dart
204
203
final List<AssetEntity> assets = await AssetPicker.pickAssets(context);
205
204
```
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
3
+ version : 4 .0.0
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