A image compress package like Luban for dart.
More...
CompressObject compressObject = CompressObject( imageFile,//image tempDir.path,//compress to path ); Luban.compressImage(compressObject).then((_path) { setState(() { print(_path); }); });
unverified uploader
Repository (GitHub)View/report issues
unknown (license)
flutter, image
Packages that depend on flutter_luban
Back