log_dispatcher 1.1.1 copy "log_dispatcher: ^1.1.1" to clipboard
log_dispatcher: ^1.1.1 copied to clipboard

A package for handling and dispatching error logs from Flutter applications and server requests.

Changelog #

1.1.1 - 2024-07-27 #

  • Improved error handling for high latency and connection timeout scenarios.
  • Added detailed error message for bad connections or timeouts.
  • Enhanced the log message format to include clearer instructions when a bad connection or timeout occurs.
  • Updated README.md with new configuration options and examples.
  • Fixed the issue with the clickable badge link in the README.md.

1.1.0 - 2024-07-27 #

  • Added support for including device information in logs.
  • Added LogType enum values to control how logs are dispatched:
    • printOnly: Print logs to the console.
    • sendToChannelOnly: Send logs to channels only.
    • printAndSendToChannel: Print logs to the console and send them to channels.
  • Updated LogDispatcherOptions to include new fields for device info and log types.

1.0.0 - 2024-07-26 #

  • Initial release of the log_dispatcher package.
    • Added core functionalities for dispatching logs to Telegram and Discord.
    • Included support for capturing Flutter errors and server errors using Dio interceptors.
    • Implemented LogDispatcher and LogDispatcherInterceptors.
1
likes
130
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A package for handling and dispatching error logs from Flutter applications and server requests.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, dio, flutter

More

Packages that depend on log_dispatcher