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
copied to clipboard

Usage #

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

import 'package:verbose/verbose.dart';

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

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

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

0
likes
160
points
21.1k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.14 - 2025.03.29

A tiny Dart debugging utility package for verbosely logging message.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on verbose