Skip to content

Commit 67331b9

Browse files
committed
🔥 Clean docs
1 parent afa4d5e commit 67331b9

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

README-ZH.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,6 @@ final List<AssetEntity>? result = await AssetPicker.pickAssets(
304304

305305
-`maxAssets` 等于 `1`(即单选模式),搭配
306306
`SpecialPickerType.noPreview` 使用会在用户点选资源换时立刻选中并返回。
307-
-`requestType``RequestType.video` 时,
308-
iOS 获取的资源会包括 **实况图片 (Live Photos)**
309-
你可以设置 `FilterOptionGroup.containsLivePhotos``false` 来禁用。
310307
- `limitedPermissionOverlayPredicate` 不是持久化的,
311308
如果你需要在应用下次启动时不再显示权限受限的页面,请自主实现持久化的控制。
312309

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,6 @@ Fields in `AssetPickerConfig`:
314314
- When `maxAssets` equals to `1` (a.k.a. single picking mode),
315315
use `SpecialPickerType.noPreview` will immediately select asset
316316
clicked (pressed) by the user and popped.
317-
- When `requestType` equals to `RequestType.video`,
318-
the picker will obtain *Live Photos* on iOS by default.
319-
You can disable it by setting `FilterOptionGroup.containsLivePhotos`
320-
to `false`.
321317
- `limitedPermissionOverlayPredicate` lives without persistence,
322318
if you want to ignore the limited preview after restart,
323319
you'll need to integrate with your own saving methods.

0 commit comments

Comments
 (0)