Open
Description
When running flutter pub outdated
it's reporting a usage of a transitive dependency on js:
js
Package js has been discontinued. See https://dart.dev/go/package-discontinue
flutter pub deps
then reports that the dependency is from test (https://github.com/dart-lang/test/blob/master/pkgs/test/pubspec.yaml#L20).
In the discontinue notes, they suggest using dart:js_interop.