peanut 1.1.3 copy "peanut: ^1.1.3" to clipboard
peanut: ^1.1.3 copied to clipboard

outdatedDart 1 only

Update your GitHub gh-pages branch with the compiled output of your Dart web app. Supports 'pub build' and the new 'pub run build_runner'.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate peanut

Use it

The package has the following executables:

$ peanut

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add peanut

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

dependencies:
  peanut: ^1.1.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:peanut/peanut.dart';
97
likes
0
pub points
72%
popularity

Publisher

verified publisherj832.com

Update your GitHub gh-pages branch with the compiled output of your Dart web app. Supports 'pub build' and the new 'pub run build_runner'.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, git, glob, io, path

More

Packages that depend on peanut