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

A simple dart and flutter logging library.

verbosa #

A Dart package to log on the console easily.

Features #

  • Quickly log on the console.
  • Simple and lightweight.

Getting Started #

Installation #

Add verbosa to your pubspec.yaml file:

dependencies:
  verbosa: ^1.0.0

Usage #

import 'package:verbosa/verbosa.dart';

void main() {
  logInfo("Info"); 
  logError("Error"); 
}

Additional Information #

This is a simple library.

Contributing #

Contributions are welcome! Please open an issue or pull request on GitHub.

License #

This project is licensed under the MIT License - see the LICENSE file for details.

1
likes
125
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple dart and flutter logging library.

License

MIT (license)

Dependencies

ansicolor, flutter

More

Packages that depend on verbosa