humm 1.0.0 copy "humm: ^1.0.0" to clipboard
humm: ^1.0.0 copied to clipboard

Humm CLI tools for Flutter apps

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate humm

Use it

The package has the following executables:

$ humm

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add humm

With Flutter:

 $ flutter pub add humm

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

dependencies:
  humm: ^1.0.0

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:humm/humm.dart';
0
likes
120
points
20
downloads

Documentation

API reference

Publisher

verified publisherhummlab.com

Weekly Downloads

Humm CLI tools for Flutter apps

License

MIT (license)

Dependencies

args, cli_completion, http, io, mason_logger, path, pub_updater

More

Packages that depend on humm