verbosa 1.0.0
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.