whiskers 0.1.1 copy "whiskers: ^0.1.1" to clipboard
whiskers: ^0.1.1 copied to clipboard

A templating library that implements the Mustache template specification, but is extendable.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add whiskers

With Flutter:

 $ flutter pub add whiskers

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

dependencies:
  whiskers: ^0.1.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:whiskers/whiskers.dart';
1
likes
150
points
21.8k
downloads

Documentation

API reference

Publisher

verified publisherserverpod.dev

Weekly Downloads

A templating library that implements the Mustache template specification, but is extendable.

Repository (GitHub)
View/report issues

Topics

#mustache #template #templating #html #parser

License

BSD-2-Clause (license)

More

Packages that depend on whiskers