flutter_luban 0.1.14 copy "flutter_luban: ^0.1.14" to clipboard
flutter_luban: ^0.1.14 copied to clipboard

An image compress package like Luban for Dart, based on image. This library has no system platform constraints.

flutter_luban #

pub package

An image compress package like Luban for Dart, based on image.This library has no system platform constraints.

Example #

   CompressObject compressObject = CompressObject(
         imageFile:imageFile, //image
         path:tempDir.path, //compress to path
         quality: 85,//first compress quality, default 80
         step: 9,//compress quality step, The bigger the fast, Smaller is more accurate, default 6
         mode: CompressMode.LARGE2SMALL,//default AUTO
       );
    Luban.compressImage(compressObject).then((_path) {
        setState(() {
          print(_path);
        });
    });
copied to clipboard

96
likes
130
points
631
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.25 - 2025.04.09

An image compress package like Luban for Dart, based on image. This library has no system platform constraints.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, image

More

Packages that depend on flutter_luban