Last updated:
0 purchases
light logger
Dart logger #
A simple logger for Dart and Flutter.
Features #
You can use Logger to print your logs to the console.
Print default style messages #
Logger.printDefault('Hello world');
copied to clipboard
Print messages #
Logger.printMessage('Azure message');
copied to clipboard
Print warnings #
Logger.printWarning('Warning message');
copied to clipboard
Print errors #
Logger.printError('Error message');
copied to clipboard
Print success messages #
Logger.printSuccess('Success message');
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.