File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 22[ ![ package publisher] ( https://img.shields.io/pub/publisher/js.svg )] ( https://pub.dev/packages/js/publisher )
33
44> [ !CAUTION]
5- > This package is discontinued.
6- > Prefer using ` dart:js_interop ` instead of this package for JS
7- > interop. See the [ JS interop documentation] for more details.
5+ > This package is discontinued. Prefer using
6+ > [ ` dart:js_interop ` ] ( https://api.dart.dev/dart-js_interop/dart-js_interop-library.html )
7+ > for JS interop. See the
8+ > [ JS interop documentation] ( https://dart.dev/interop/js-interop ) for more
9+ > details.
810
911Use this package when you want to call JavaScript APIs from Dart code, or vice
1012versa.
Original file line number Diff line number Diff line change 22// for details. All rights reserved. Use of this source code is governed by a
33// BSD-style license that can be found in the LICENSE file.
44
5+ /// > [!CAUTION]
6+ /// > This package is discontinued. Prefer using
7+ /// > [`dart:js_interop`] (https://api.dart.dev/dart-js_interop/dart-js_interop-library.html)
8+ /// > for JS interop. See the
9+ /// > [JS interop documentation] (https://dart.dev/interop/js-interop) for more
10+ /// > details.
511@Deprecated ('Use dart:js_interop instead' )
612library ;
713
Original file line number Diff line number Diff line change 33// BSD-style license that can be found in the LICENSE file.
44
55/// Utilities for interoperating with JavaScript.
6+ ///
7+ /// > [!CAUTION]
8+ /// > This package is discontinued. Prefer using
9+ /// > [`dart:js_interop`] (https://api.dart.dev/dart-js_interop/dart-js_interop-library.html)
10+ /// > for JS interop. See the
11+ /// > [JS interop documentation] (https://dart.dev/interop/js-interop) for more
12+ /// > details.
613@Deprecated ('Use dart:js_interop instead' )
714library ;
815
You can’t perform that action at this time.
0 commit comments