hui-z / image_gallery_saver

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

Does not work on Android 11 #273

Open noahweasley opened 9 months ago

noahweasley commented 9 months ago

The library still requests legacy storage in the Android manifest, meaning that it doesn't support Scoped Storage yet, and does not work when I target the latest Android device

devchenli commented 9 months ago

hello,any update?

noahweasley commented 9 months ago

@devchenli I noticed there is a pull request that implements Scoped Storage, although, I didn't actually look at the code. The pull request hasn't been merged yet

lucasjinreal commented 8 months ago

Same