api_network_logger 1.1.0 copy "api_network_logger: ^1.1.0" to clipboard
api_network_logger: ^1.1.0 copied to clipboard

A production-ready, publishable Flutter package that transparently logs and stores API calls, offline events, and navigation routes.

1.1.0 #

  • Visual & UI Modernization: Replaced .withOpacity(...) with standard, backward-compatible .withAlpha(...) transformations, eliminating all deprecation warnings on the latest Flutter SDKs.
  • Improved Dependency Compatibility: Raised minimum constraints of dio to ^5.3.0 to guarantee compilation safety during pub downgrade validations.
  • Enhanced Example Application: Added an interactive, user-friendly programmatic DB logs view with full real-time telemetry stats and real-time settings hooks.
  • Spotless Code Quality: Cleared all remaining lints, warnings, and compiler suggestions, achieving 100% test-suite green.

1.0.0 #

  • Initial stable release of api_network_logger.
  • Features full transparent logging for Dio interceptors and HTTP clients.
  • Automatic PII redaction and sensitive credentials scrubbing prior to storage.
  • Local SQLite storage engine with database lock-queue and structured transaction indexing.
  • Dynamic navigation page routing transitions logging using ApiLoggerNavigatorObserver.
  • Sane auto-retention cleanup and offline-connectivity failure logger.
  • Gorgeous, glassmorphic, visual debugging floating console widget.
2
likes
160
points
151
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A production-ready, publishable Flutter package that transparently logs and stores API calls, offline events, and navigation routes.

Repository (GitHub)

License

MIT (license)

Dependencies

dio, flutter, http, meta, path, path_provider, sqflite

More

Packages that depend on api_network_logger