文件最后提交记录最后更新时间
[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] 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 年前