native_image_cropper_web

The Web implementation of native_image_cropper.

Usage

This package is endorsed, which means you can simply use native_image_cropper normally. This package will be automatically included in your app when you do.

Limitations on the web platform

The Flutter engine Skia does not support JPEG. Therefore, our package currently only supports cropping to PNG format. On the web platform, isolates are not supported for concurrency, which means that the UI may freeze for large images.
However, we plan to implement a solution for JPEG support in the future, and we will also look into utilizing web workers to run scripts in background threads, similar to isolates.