log_utils_plus 1.3.1
log_utils_plus: ^1.3.1 copied to clipboard
A configurable Flutter logging utility built on top of logger.
1.3.1 #
- Updated package metadata for the 1.3.1 release.
1.3.0 #
-
Raised the minimum Dart SDK to 3.8.0 and upgraded
loggerto 2.8.0 andflutter_lintsto 6.0.0. -
Improved logger output lifecycle management, configuration validation, and timing key handling.
-
Added deterministic logger disposal and monotonic timing by default.
1.2.0 #
- Renamed the package to
log_utils_plusand refreshed the README for publishing.
1.1.0 #
-
Added
configure()for runtime logger customization. -
Added
resetConfiguration()andresetAllTimes(). -
Improved
logTimeEvent()to returnDuration. -
Added automated tests for log level filtering and timing behavior.
-
Replaced template README and package metadata with usable documentation.
1.0.1 #
- Initial release.