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

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

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
1
likes
160
points
170
downloads

Publisher

verified publisherjsiu.dev

Weekly Downloads

2024.09.21 - 2025.04.05

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on lazy_log