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](https://pub.dev/packages/js), they suggest using [dart:js_interop](https://api.dart.dev/dart-js_interop/dart-js_interop-library.html).