native_image_cropper_web 0.2.0 copy "native_image_cropper_web: ^0.2.0" to clipboard
native_image_cropper_web: ^0.2.0 copied to clipboard

Platformweb

This is the Web implementation of the native_image_cropper plugin.

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.