image_bus 0.0.3 copy "image_bus: ^0.0.3" to clipboard
image_bus: ^0.0.3 copied to clipboard

some convenience functions for manipulate image with a not bad performance.

image_bus #

provider a convenience way to manipulate images 🖼️.

Getting Started #

final imageBytes = File("some_image.png").readAsBytesSync();
ImageBus(imageBytes).resize();
ImageBus(imageBytes).crop(0, 0, 100, 100);
0
likes
140
pub points
0%
popularity

Publisher

verified publisherlaihz.tech

some convenience functions for manipulate image with a not bad performance.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on image_bus