image_gallery_saver icon indicating copy to clipboard operation
image_gallery_saver copied to clipboard

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

Open tianxiawoyougood opened this issue 3 years ago • 0 comments

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.

tianxiawoyougood avatar Nov 17 '22 06:11 tianxiawoyougood