html_shim 0.0.2 copy "html_shim: ^0.0.2" to clipboard
html_shim: ^0.0.2 copied to clipboard

Shim that exposes dart:html in a Flutter application throwing exceptions when not run in a browser. This package is only intended to be used as a temporary dependency to package:devtools while porting [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add html_shim

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  html_shim: ^0.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:html_shim/html.dart';
import 'package:html_shim/js.dart';
import 'package:html_shim/js_util.dart';
0
likes
10
pub points
77%
popularity

Publisher

unverified uploader

Shim that exposes dart:html in a Flutter application throwing exceptions when not run in a browser. This package is only intended to be used as a temporary dependency to package:devtools while porting to Flutter.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on html_shim