flutter_inspector_kit 0.1.0 copy "flutter_inspector_kit: ^0.1.0" to clipboard
flutter_inspector_kit: ^0.1.0 copied to clipboard

A multi-inspector tool integration for Flutter, bundling debugging and inspection utilities behind a single unified API.

0.1.0 #

Initial release on pub.dev (package renamed from flutter_inspector to flutter_inspector_kit).

  • Console, Network, Navigator, and Database inspectors behind a single unified API.
  • In-app overlay FAB and full-screen Dashboard.
  • Dio interceptor for network traffic capture.
  • MagicalTap widget for gesture-based invocation.
  • Network notification heads-up banner: silent heads-up on Android (HIGH priority channel) and foreground banner on iOS, with automatic dismissal and visual feedback.
  • Notification throttling: consecutive network calls within a 2-second window update the notification in place without re-alerting.
  • Android notification channel flutter_inspector_network_v2 (HIGH importance); the legacy flutter_inspector_network channel is automatically deleted during upgrade.
  • Dio interceptor updates the pending request entry in place when its response or error arrives (no duplicate "Pending" entries); logNetwork gained an optional replaces parameter and returns the stored entry.
0
likes
0
points
88
downloads

Publisher

unverified uploader

Weekly Downloads

A multi-inspector tool integration for Flutter, bundling debugging and inspection utilities behind a single unified API.

Repository (GitHub)
View/report issues

Topics

#debugging #developer-tools #network #logging

License

unknown (license)

Dependencies

dio, flutter, flutter_local_notifications, share_plus

More

Packages that depend on flutter_inspector_kit