Flutter plugin, support android/ios.Support crop, flip, rotate, color martix, mix image, add text. merge multi images.
421
stars
129
forks
source link
ios cropping images multiple times in a row may cause a crash #85
Closed
Allen0505 closed 2 years ago
ios cropping images multiple times in a row may cause a crash
There is a memory leak in ios cropping and rotating pictures
add "CGImageRelease(resultCg)" to release memory in FIUIImageHandler.m
FIEPlugin.m