flutter_onscreen_logger 2.0.1
flutter_onscreen_logger: ^2.0.1 copied to clipboard
A Flutter package that allows you to display logs on the screen of your app for easier debugging.
1.0.0 #
- Initial Implementation
1.0.1 #
- Updated README.md file
1.0.2 #
- Updated Indexes and code formatting
2.0.0 #
- New Interface: Refactored the logger API to simplify logging and improve usability. Removed the need for
.init(); now the logger is initialized automatically when you use theLoggerOverlayControllerandLoggerOverlayWidget. - New Methods: Added
clearAll()andshareAll()methods to the logger for easier log management. TheclearAll()method clears all logged messages, andshareAll()allows sharing all logs via the sharing interface. - Updated Libraries: Updated all used libraries to their latest versions for better compatibility and performance.
2.0.1 #
- Code formatting