flutter_image_compress icon indicating copy to clipboard operation
flutter_image_compress copied to clipboard

[Feature request] Replace UIGraphicsBeginImageContext with UIGraphicsImageRenderer

Open GabrielAraujo opened this issue 7 months ago • 0 comments

Platforms

iOS

Description

UIGraphicsBeginImageContext was deprecated on iOS 17 and is causing some crashes like the bellow:

Screenshot 2024-06-25 at 12 25 54

This is the file it is used

Why

Reduce crashing and improve the library to use the latest implementations on the native side.

GabrielAraujo avatar Jun 25 '24 15:06 GabrielAraujo