api_network_logger
A production-ready, publishable Flutter package that transparently logs and stores API calls, offline events, and navigation routes.
2.0.0
123 downloads/mo
#1833 most downloaded on pub.dev
SatishParmar1/Api_Network_Logger
What this package is like to depend on
Last release 13 days ago
11 Aug 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jul 2026 to Aug 2026Releases
latest 3-
2.0.011 Aug 2026Release notes
Open source →- Visual Tap Heatmap Engine: Capture and plot absolute coordinates dynamically layered onto a simulated visual smartphone viewport. Supports page-specific filtering, keyword search on routes, and timeframe filters.
- Unified Chronological Breadcrumbs: Merges API, navigation page transitions, and structured system diagnostics into a single chronological timeline.
- Pre-Storage SQLite V3 Migration: Raised DB schema to version 3 with backwards-compatible upgrade paths to support heatmap tables.
- Interactive Sandbox Control Panel: Rebuilt the example app with an E2E diagnostics grid testing image/file pickers, shares, geofetches, permissions, and background tasks.
- Strict Decoupled Standalone Adapters: Extracted all third-party ecosystem dependencies from the core package's
pubspec.yaml, maintaining zero package bloat for publishable releases. - Complete Example Rebuild: Structured the single 4,300-line sandbox file into clean modular pages (Bloc/Riverpod/Provider state observers, network clients, custom routers, data layers, system tracers, and shared scaffold components).
-
1.1.013 Jul 2026Release notes
Open source →- 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.
- Visual & UI Modernization: Replaced
-
1.0.013 Jul 2026Release notes
Open source →- 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.
- Initial stable release of