lazy_log 1.0.2 copy "lazy_log: ^1.0.2" to clipboard
lazy_log: ^1.0.2 copied to clipboard

Simple log with global [enableLog] to turn on and off. Intended to save time, especially from things that are very repetitive across projects.

Simple [log] with global [enableLog] to turn on and off and [forced] to override individually. Part of [lazy] collection.

Features #

Name Api Stable Description
[log] yes Simple log

Getting started #

flutter pub add lazy_log

Usage #

[Working progress, examples will be added]

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);
}
1
likes
0
pub points
18%
popularity

Publisher

verified publisherjsiu.dev

Simple log with global [enableLog] to turn on and off. Intended to save time, especially from things that are very repetitive across projects.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on lazy_log