hui-z / image_gallery_saver

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

fix: Does not crash in debug mode of iOS 14+ #232

Closed tianxiawoyougood closed 1 year ago

tianxiawoyougood commented 1 year ago

In ios 14+, debug mode Flutter apps can only be launched from Flutter tooling, IDEs with Flutter plugins or from Xcode. So, registrar will be nil. However, we can't make it crash in its own plugin.

woodwen commented 1 year ago

fix