Migrate from `package:js` to `dart:js_interop`
ryanheise opened this issue · 0 comments
ryanheise commented
https://dart.dev/interop/js-interop
Users of
package:js
will find the syntax and semantics ofdart:js_interop
familiar. You may be able to migrate todart:js_interop
by replacing the class definition with an extension type and have it work in many cases.