gg_args 1.0.8 copy "gg_args: ^1.0.8" to clipboard
gg_args: ^1.0.8 copied to clipboard

Additions and helpers to the args packages needed by various of our projects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gg_args

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

dependencies:
  gg_args: ^1.0.8

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:gg_args/gg_args.dart';
1
likes
0
points
542
downloads

Publisher

verified publisherinlavigo.com

Weekly Downloads

Additions and helpers to the args packages needed by various of our projects.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, colorize, gg_capture_print, meta, path, recase

More

Packages that depend on gg_args