api_network_logger 1.1.0
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
dioto^5.3.0to 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.