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

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

2.0.0 #

  • 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.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)
View/report issues

License

MIT (license)

Dependencies

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

More

Packages that depend on api_network_logger