compress image with native code(objc kotlin), it's faster.
More...
compress image with native code(objc kotlin)
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.
fluttercandies.com
Repository (GitHub)View/report issues
unknown (license)
flutter
Packages that depend on flutter_image_compress
Back