flutter_image_compress 0.1.0 copy "flutter_image_compress: ^0.1.0" to clipboard
flutter_image_compress: ^0.1.0 copied to clipboard

outdated

compress image with native code(objc kotlin), it's faster.

flutter_image_compress #

compress image with native code(objc kotlin)

why #

Q:Dart has image related libraries to compress. Why use native?

A:For efficiency reasons, the compression efficiency of some dart libraries is not high, and it will be stuck to UI, even if isolate is used.