liquify 1.2.0 copy "liquify: ^1.2.0" to clipboard
liquify: ^1.2.0 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

With Flutter:

 $ flutter 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: ^1.2.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:liquify/liquify.dart';
13
likes
160
points
907
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)

Topics

#liquid #templating #teamplate-engine #dart

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

args, file, gato, html, html_unescape, intl, logging, petitparser, timezone

More

Packages that depend on liquify