image_gallery_saver
image_gallery_saver copied to clipboard
In case of restricted access to the assets provide a proper result
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.