hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
1k stars 392 forks source link

Migrate from package:js to dart:js_interop #487

Closed lukassgramm closed 6 months ago

lukassgramm commented 6 months ago

Flutter with the new version 3.22.0 migrated the JS package to dart:js_interop. By performing the migration we could build wasm web applications with image_cropper. Currently the command flutter build web wasm fails: Try using 'dart:js_interop' or 'dart:js_interop_unsafe' instead.

lukassgramm commented 6 months ago

Closed in support of pull request: https://github.com/hnvn/flutter_image_cropper/pull/489