flutter_onscreen_logger 2.0.1 copy "flutter_onscreen_logger: ^2.0.1" to clipboard
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 the LoggerOverlayController and LoggerOverlayWidget.
  • New Methods: Added clearAll() and shareAll() methods to the logger for easier log management. The clearAll() method clears all logged messages, and shareAll() 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
7
likes
150
points
95
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that allows you to display logs on the screen of your app for easier debugging.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, fluttertoast, get, intl, path_provider, share_plus

More

Packages that depend on flutter_onscreen_logger