template_binding 0.8.10 copy "template_binding: ^0.8.10" to clipboard
template_binding: ^0.8.10 copied to clipboard

discontinued
outdated

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.8.10

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
0
points
109
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

unknown (license)

Dependencies

logging, observe

More

Packages that depend on template_binding