template_engine 1.5.2 copy "template_engine: ^1.5.2" to clipboard
template_engine: ^1.5.2 copied to clipboard

A Dart package to parse and render templates, using (nested) variables and custom tags.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add template_engine

With Flutter:

 $ flutter pub add template_engine

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

dependencies:
  template_engine: ^1.5.2

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:template_engine/template_engine.dart';
4
likes
160
points
298
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package to parse and render templates, using (nested) variables and custom tags.

Repository (GitHub)
View/report issues

Topics

#template #parse #render #customizable

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

collection, http, petitparser, recase, xml, yaml

More

Packages that depend on template_engine