Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
br_animations-v2.0.11_ohos
flutter_packages
/
packages
/
image_picker
/
image_picker_ios
/
ios
下载当前目录
G
GitHub
[image_picker] Removes use of PHAsset on IOS 14+ (
#8190
)
733869c9
创建于
2025年1月4日
历史提交
文件
最后提交记录
最后更新时间
image_picker_ios
[image_picker] Removes use of PHAsset on IOS 14+ (
#8190
) Original PR
https://github.com/flutter/packages/pull/8020
Fixes issue
https://github.com/flutter/flutter/issues/90373
Currently on IOS 14+, images are picked using
PHPickerViewController
which does not need photo permissions and also gets the full image metadata regardless of
requestFullMetadata
. However, it currently retrieves the metadata using
PHAsset
which does require permission and causes the gallery opening twice issue. Another issue is that an error is thrown when permission is denied even if none are required.
1 年前
image_picker_ios.podspec
[image_picker_ios] Adds Swift Package Manager compatibility (
#6696
) Relands
https://github.com/flutter/packages/pull/6617.
Was reverted in hopes of fixing
https://github.com/flutter/flutter/issues/148003,
but ended up being fixed by
https://github.com/flutter/packages/pull/6694.
2 年前