flare 0.6.1 copy "flare: ^0.6.1" to clipboard
flare: ^0.6.1 copied to clipboard

Dart 1 only

Flare is a set of Barback transformers that collectively implement a versatile static-site generation system.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flare

Use it

The package has the following executables:

$ flare

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flare

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

dependencies:
  flare: ^0.6.1

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:flare/flare.dart';
0
likes
25
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

Flare is a set of Barback transformers that collectively implement a versatile static-site generation system.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

args, barback, html5lib, intl, markdown, mustache, path, quiver, utf, uuid, yaml

More

Packages that depend on flare