jinja 0.6.0 copy "jinja: ^0.6.0" to clipboard
jinja: ^0.6.0 copied to clipboard

Jinja2 template engine for Dart. Variables, expressions, control structures and template inheritance.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jinja

With Flutter:

 $ flutter pub add jinja

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

dependencies:
  jinja: ^0.6.0

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:jinja/jinja.dart';
32
likes
140
pub points
87%
popularity

Publisher

unverified uploader

Jinja2 template engine for Dart. Variables, expressions, control structures and template inheritance.

Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (LICENSE)

Dependencies

html_unescape, meta, path, string_scanner, textwrap

More

Packages that depend on jinja