debug_kit_go_router 0.2.3 copy "debug_kit_go_router: ^0.2.3" to clipboard
debug_kit_go_router: ^0.2.3 copied to clipboard

GoRouter navigation logging adapter for DebugKit. Automatically logs navigation events with sanitization.

Changelog #

0.2.3 #

Changed #

  • Updated the adapter to support debug_kit ^0.9.0.
  • Kept GoRouter route events flowing through DebugKit core so in-app logs and sanitized console mirroring share the same pipeline.

Fixed #

  • Fixed dependency resolution with projects using debug_kit 0.9.0.

0.2.2 #

  • chore: update repository and issue_tracker URLs to reflect repository rename (username/debug_kitusername/debugkit).

0.2.1 #

  • Fix: add TestWidgetsFlutterBinding.ensureInitialized() to the test suite so trace store event tests pass reliably when the Flutter scheduler binding is required.
  • Bump minimum debug_kit constraint to ^0.5.0 to align with the Error Digest release.
  • Update README install snippet to current versions.

0.2.0 #

  • Trace correlation: Navigation events that occur inside an active DebugKit.trace.run() zone now automatically carry traceId and traceName on the log entry.
  • Navigation trace events: A navigation trace event is recorded on the active trace for each push, pop, replace, and remove event.
  • No behavior change when no trace is active — all existing logging behavior is preserved.

0.1.0 #

  • Initial release of the DebugKit GoRouter Adapter.
  • Log navigation events (push, pop, replace, remove).
  • Automatic sanitization of sensitive query parameters in routes.
  • Safe metadata extraction without stringifying large extra payloads.
  • Zero overhead when DebugKit is disabled.
0
likes
0
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

GoRouter navigation logging adapter for DebugKit. Automatically logs navigation events with sanitization.

Repository (GitHub)
View/report issues

Topics

#logging #router #navigation #go-router #debug-kit

License

unknown (license)

Dependencies

debug_kit, flutter

More

Packages that depend on debug_kit_go_router