hui-z / image_gallery_saver

flutter中用于保存图片到相册的Plugin
MIT License
271 stars 346 forks source link

Add iOS privacy manifests file #287

Open JohnSmith0922 opened 6 months ago

JohnSmith0922 commented 6 months ago

Related Issue

Fixes https://github.com/hui-z/image_gallery_saver/issues/285

Description

Added PrivacyInfo.xcprivacy to podspec of flutter-devicelocale. I think image_gallery_saver is internally calling UIImageWriteToSavedPhotosAlbum, however it seems like not directly collect any user data, so I created an empty privacy manifests file.

ryukukimura commented 4 months ago

Hello. Is there any plan for this PR to be merged in April? Thanks for your great work!