template_binding 0.14.0+6 copy "template_binding: ^0.14.0+6" to clipboard
template_binding: ^0.14.0+6 copied to clipboard

discontinued
Dart 1 only

Extends the capabilities of the HTML Template Element by enabling it to create, manage, and remove instances of content bound to data defined in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add template_binding

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

dependencies:
  template_binding: ^0.14.0+6

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:template_binding/template_binding.dart';
0
likes
25
points
135
downloads

Publisher

unverified uploader

Weekly Downloads

Extends the capabilities of the HTML Template Element by enabling it to create, manage, and remove instances of content bound to data defined in Dart.

Homepage

License

BSD-3-Clause (license)

Dependencies

observable, observe, web_components

More

Packages that depend on template_binding