offline_error_logger 1.0.0 copy "offline_error_logger: ^1.0.0" to clipboard
offline_error_logger: ^1.0.0 copied to clipboard

Offline-first error logger with Telegram reporter for Flutter apps.

📦 offline_error_logger #

A Flutter package for offline-first error logging and automatic Telegram error reporting.
Designed for apps that work offline and still need robust error tracking.


🚀 Features #

✅ Logs errors to a local .txt file (even when offline)
✅ Sends all stored logs to a Telegram bot when the internet is available
✅ Provides an easy-to-use public API: init(), write(), getAll(), flush()
✅ Automatically clears the file after successful Telegram delivery
✅ Collects device info (OS, version, model)


🧩 Installation #

Add to your pubspec.yaml:

dependencies:
  offline_error_logger:
    git:
      url: https://github.com/yourusername/offline_error_logger
8
likes
0
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

Offline-first error logger with Telegram reporter for Flutter apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

connectivity_plus, device_info_plus, flutter, get, http, path_provider

More

Packages that depend on offline_error_logger