auto_pigeon 1.0.2 copy "auto_pigeon: ^1.0.2" to clipboard
auto_pigeon: ^1.0.2 copied to clipboard

AutoPigeon extended Pigeon to support configuring the directory for generation.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate auto_pigeon

Use it

The package has the following executables:

$ auto_pigeon

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add auto_pigeon

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

dependencies:
  auto_pigeon: ^1.0.2

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:auto_pigeon/auto_pigeon.dart';
0
likes
140
pub points
0%
popularity

Publisher

unverified uploader

AutoPigeon extended Pigeon to support configuring the directory for generation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

args, collection, path, pigeon

More

Packages that depend on auto_pigeon