log_plus 0.0.6 log_plus: ^0.0.6 copied to clipboard
Small, feature-rich logging package for Dart and Flutter. Written in pure Dart, with no dependencies.
0.0.1 #
Initial release
- Basic logging functionality
- In-memory log storage
- Coloured console output
- Optional stack trace inclusion
- Customisable log storage limit
- Customisable log output based on log levels and debug mode
0.0.2 #
- Make the package pure dart
0.0.3 #
- Rename the package to
log_plus
0.0.4 #
- Add supported platforms to
pubspec.yaml
0.0.5 #
- Update metadata
- Improve documentation
0.0.6 #
- Re-format package