hui-z / image_gallery_saver

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

In case of restricted access to the assets provide a proper result #291

Open dickverweij opened 5 months ago

dickverweij commented 5 months ago

image

If the "Allow photo access" option under app settings is set to "Add photos only" the call to PHAsset.fetchAssets will result in an assetResult with count = 0. This results in a never ending await on the flutter side because saveResult is never called.