Open derekxu16 opened 1 month ago
Separating this out from https://github.com/dart-lang/webdev/issues/2338 so it can be closed. The following is a quote of a comment on that issue that explains which new JS interop libraries replace which legacy ones: "package:js_interop instead of package:js, dart:js, and dart:js_util and package:web instead of dart:html. See https://dart.dev/interop/js-interop#next-generation-js-interop."
package:js_interop
package:js
dart:js
dart:js_util
package:web
dart:html
Separating this out from https://github.com/dart-lang/webdev/issues/2338 so it can be closed. The following is a quote of a comment on that issue that explains which new JS interop libraries replace which legacy ones: "
package:js_interop
instead ofpackage:js
,dart:js
, anddart:js_util
andpackage:web
instead ofdart:html
. See https://dart.dev/interop/js-interop#next-generation-js-interop."