feature_builder 0.0.3 copy "feature_builder: ^0.0.3" to clipboard
feature_builder: ^0.0.3 copied to clipboard

A sample command-line application.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate feature_builder

Use it

The package has the following executables:

$ feature_builder

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add feature_builder

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

dependencies:
  feature_builder: ^0.0.3

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

Publisher

unverified uploader

A sample command-line application.

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

args, disposer

More

Packages that depend on feature_builder