lazy_log

Last updated:

0 purchases

lazy_log Image
lazy_log Images
Add to Cart

Description:

lazy log

Simple [log] with global [enableLog] to turn on and off and [forced] to override individually.
Features #



Name
Api Stable
Description




[log]
yes
Simple log



Getting started #
flutter pub add lazy_log
copied to clipboard
Usage #
Import with as lazy as follow:
import 'package:lazy_log/lazy_log.dart' as lazy;

main(){
lazy.enableLog = false;
/// Override with [force]
lazy.log('This is a test', forced: true);
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.