gg 13.0.1 copy "gg: ^13.0.1" to clipboard
gg: ^13.0.1 copied to clipboard

gg applies shell commands to multiple dart and flutter packages at once.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate gg

Use it

The package has the following executables:

$ gg

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gg

With Flutter:

 $ flutter pub add gg

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

dependencies:
  gg: ^13.0.1

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:gg/gg.dart';
1
likes
160
points
8.71k
downloads

Documentation

API reference

Publisher

verified publisherinlavigo.com

Weekly Downloads

gg applies shell commands to multiple dart and flutter packages at once.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, gg_args, gg_console_colors, gg_log, gg_multi, gg_one, path

More

Packages that depend on gg