jinja 0.6.1 copy "jinja: ^0.6.1" to clipboard
jinja: ^0.6.1 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.1

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';
40
likes
160
points
4.64k
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

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