freedom_build 2.4.2-wip copy "freedom_build: ^2.4.2-wip" to clipboard
freedom_build: ^2.4.2-wip copied to clipboard

A package for authoring build_runner compatible code generators.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add freedom_build

With Flutter:

 $ flutter pub add freedom_build

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

dependencies:
  freedom_build: ^2.4.2-wip

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:freedom_build/build.dart';
import 'package:freedom_build/experiments.dart';
0
likes
120
points
65
downloads

Publisher

unverified uploader

Weekly Downloads

A package for authoring build_runner compatible code generators.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, async, convert, crypto, glob, logging, meta, package_config, path

More

Packages that depend on freedom_build