verbose 0.1.1 copy "verbose: ^0.1.1" to clipboard
verbose: ^0.1.1 copied to clipboard

A tiny Dart debugging utility package for verbosely logging message.

verbose #

A tiny Dart debugging utility package for verbosely logging message.

Installation #

dart pub add verbose

Usage #

For example, add this code to lib/main.dart

import 'package:verbose/verbose.dart';

void main() {
  var verbose = Verbose('exmaple');
  verbose('message');
}

Then, run dart lib/main.dart will see nothing output.

While run VERBOSE=true dart lib/main.dart will see example - message

0
likes
140
pub points
18%
popularity

Publisher

unverified uploader

A tiny Dart debugging utility package for verbosely logging message.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

More

Packages that depend on verbose