liquify 0.7.4 copy "liquify: ^0.7.4" to clipboard
liquify: ^0.7.4 copied to clipboard

A powerful and extensible Liquid template engine for Dart. Supports full Liquid syntax, custom tags and filters, and high-performance parsing and rendering.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add liquify

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

dependencies:
  liquify: ^0.7.4

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:liquify/liquify.dart';
16
likes
0
points
4.07k
downloads

Publisher

verified publisherglenfordwilliams.com

Weekly Downloads

A powerful and extensible Liquid template engine for Dart. Supports full Liquid syntax, custom tags and filters, and high-performance parsing and rendering.

Repository (GitHub)
View/report issues

Topics

#liquid #templating #teamplate-engine #dart

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (license)

Dependencies

file, gato, html, html_unescape, intl, path, petitparser, timezone

More

Packages that depend on liquify