kib_debug_print 1.0.0
kib_debug_print: ^1.0.0 copied to clipboard
A Flutter package that provides enhanced debug printing capabilities with timestamps, counters, and categorized logging functionality.
Changelog #
All notable changes to the kib_debug_print package will be documented in this file.
1.0.0 #
Initial release of kib_debug_print with the following features:
-
Added
DebugPrintServiceclass for managing debug print functionalityinitialize()method to set up enhanced debug printingrestore()method to revert to original debug print behavior
-
Added
kprintutility class with specialized logging methods:lg()- General logging with customizable emoji symbolserr()- Error logging with ❌ prefixwarn()- Warning logging with ⚠️ prefix
-
Enhanced debug print features:
- Message counter (#1, #2, etc.)
- Timestamp tracking in milliseconds
- Debug mode awareness (only prints in debug mode)
- Original debug print function preservation