gg_args 2.0.4 copy "gg_args: ^2.0.4" to clipboard
gg_args: ^2.0.4 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

With Flutter:

 $ flutter 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: ^2.0.4

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_args/gg_args.dart';
0
likes
130
pub points
34%
popularity

Publisher

verified publisherinlavigo.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, gg_capture_print, gg_console_colors, gg_log, matcher, meta, mocktail, path, recase

More

Packages that depend on gg_args