flutter_image_transform 1.0.1 copy "flutter_image_transform: ^1.0.1" to clipboard
flutter_image_transform: ^1.0.1 copied to clipboard

Data Uri Transform Using Isolates and Web Workers

Transforming images can be CPU intensive and cause "jank" in the Flutter UI. This package provides a set of image transforms that run in a separate thread to the main UI.

The resulting image is returned as a Data Url (data:...) when the transformation is complete. This is a very basic set of transformations and will be enhanced in the coming days.

Features #

Provides a basic set of image transforms that can be executed in a separate thread. It uses Isolates (mobile, desktop) and Web Workers (web) via a simple wrapper to the Sqaudron Package.

Getting started #

For web execution, the "web/workers" folder and all of its contents must be copied to the web folder of your project.

Usage #

Example: Coming soon.

Additional information #

1
likes
120
points
90
downloads

Publisher

verified publisherfml.dev

Weekly Downloads

Data Uri Transform Using Isolates and Web Workers

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image, mime, squadron

More

Packages that depend on flutter_image_transform