flutter_logger_plus 5.0.0 flutter_logger_plus: ^5.0.0 copied to clipboard
Customizable logger in flutter with pure dart code, with various color options, get insights like(where the print statement is called from and get time of the log), also view/delete old logs.
1.0.0 #
- Implemented logging with features like customizable colors prints, know which file is printing the statement with time and view old logs
1.0.1 #
- Color Bug fixed
2.0.0 #
- Print Bug fixes
2.0.1 #
- Changed message type to dynamic, for easier use of logger package
3.0.0 #
- Changed time location from center-right to center-left
4.0.0 #
- Removed package file location
4.0.1 #
- Added more efficient color schemes to the existing functions
4.0.2 #
- Fix extra space issue
5.0.0 #
* Added show millisecond support for more precise debugging
* Changed License
* Removed showLogs & clearLogs feature