incremental_dom_bindings 2.1.0+1 incremental_dom_bindings: ^2.1.0+1 copied to clipboard
Dart bindings for the Incremental DOM library. That's a JS library for updating DOM trees (real DOM, not virtual DOM).
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add incremental_dom_bindings
With Flutter:
$ flutter pub add incremental_dom_bindings
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
incremental_dom_bindings: ^2.1.0+1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:incremental_dom_bindings/incremental_dom_bindings.dart';