File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments