flutter_image_compress
flutter_image_compress copied to clipboard
Fix iOS 17 compatibility
#310
@CaiJingLong tested this on my device, seems to be working. UIGraphicsBeginImageContext was deprecated on iOS 17 and is causing issues on newer iOS versions - the app crashes. This fixes the issue
What is the minimum supported iOS SDK version for this new writing method? What is the minimum supported iOS device version?
Any update on this??