Skip to content

Commit 648237d

Browse files
committed
🔖 ## 4.0.0
1 parent cde03c0 commit 648237d

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
# [3.0.0+1]
212

313
* Constraint dependencies version.

README-ZH.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ platform :ios, '9.0'
156156
<string>你的相册权限描述</string>
157157
```
158158

159-
160-
161159
## 使用方法 📖
162160

163161
| 参数名 | 类型 | 描述 | 默认值 |
@@ -322,7 +320,6 @@ final List<String> result = await PhotoManager.editor.deleteWithIds([entity.id])
322320

323321
参考文档: [flutter_photo_manager#insert-new-item](https://github.com/CaiJingLong/flutter_photo_manager#insert-new-item)
324322

325-
326323
### 控制台提示 'Failed to find GeneratedAppGlideModule'
327324

328325
```

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ Add following content to `info.plist`.
175175
<string>Replace with your permission description.</string>
176176
```
177177

178-
179-
180178
## Usage 📖
181179

182180
| Name | Type | Description | Default |
@@ -200,6 +198,7 @@ Add following content to `info.plist`.
200198
| routeDuration | `Duration` | The duration which the picker use to build page route transition. | `const Duration(milliseconds: 500)` |
201199

202200
### Simple usage
201+
203202
```dart
204203
final List<AssetEntity> assets = await AssetPicker.pickAssets(context);
205204
```

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

66
environment:

0 commit comments

Comments
 (0)