0 purchases
verbosa
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
copied to clipboard
Usage #
import 'package:verbosa/verbosa.dart';
void main() {
logInfo("Info");
logError("Error");
}
copied to clipboard
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.