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.
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.