craft_runner 0.10.0 copy "craft_runner: ^0.10.0" to clipboard
craft_runner: ^0.10.0 copied to clipboard

Resident, incremental code-generation watcher. Parses the project once, re-parses only what changes, and drives plain-Dart generators.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate craft_runner

Use it

The package has the following executables:

$ craft_runner

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add craft_runner

With Flutter:

 $ flutter pub add craft_runner

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

dependencies:
  craft_runner: ^0.10.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:craft_runner/craft_runner.dart';
0
likes
140
points
181
downloads

Documentation

API reference

Publisher

verified publisherahmedomar.com.ly

Weekly Downloads

Resident, incremental code-generation watcher. Parses the project once, re-parses only what changes, and drives plain-Dart generators.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, path, yaml

More

Packages that depend on craft_runner