packages.flutter icon indicating copy to clipboard operation
packages.flutter copied to clipboard

pdfx: Migrate to `package:web` to support WASM

Open IchordeDionysos opened this issue 6 months ago • 0 comments

The short version:

  • Migrate usage of dart:html to package:web
  • Migrate usage of dart:js, dart:js_util, and package:js to dart:js_interop

This will allow compiling to WASM engine instead of just JavaScript on web.

Full migration guide: https://dart.dev/interop/js-interop/package-web

IchordeDionysos avatar Feb 17 '24 18:02 IchordeDionysos