template_binding 0.14.0+6
template_binding: ^0.14.0+6 copied to clipboard
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';