flutter_image_compress
flutter_image_compress copied to clipboard
[Feature request] Replace UIGraphicsBeginImageContext with UIGraphicsImageRenderer
Platforms
iOS
Description
UIGraphicsBeginImageContext was deprecated on iOS 17 and is causing some crashes like the bellow:
Why
Reduce crashing and improve the library to use the latest implementations on the native side.