kekland / croppy

A fully customizable image cropper for Flutter, in Flutter
MIT License
105 stars 30 forks source link

HTML Build not working #26

Closed Lykeosovandara closed 3 months ago

Lykeosovandara commented 10 months ago

final bytesData = await result!.uiImage.toByteData(format: ImageByteFormat.png) /// bytesdata == null (true)

kekland commented 3 months ago

Hi! Could you provide more information as to what is going wrong? Thanks a lot.

kekland commented 3 months ago

Could you please try to build the app in the latest version (1.2.0)? It includes WASM support so things might be fixed.

If the issue still perists, feel free to reopen this.