browser 0.10.0+3 browser: ^0.10.0+3 copied to clipboard
DEPRECATED package providing support for rewriting script tags to change a Dart file reference to the corresponding Javascript in browsers that don't support Dart.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add browser
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
browser: ^0.10.0+3
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.