flutter_blackbox 0.1.2 copy "flutter_blackbox: ^0.1.2" to clipboard
flutter_blackbox: ^0.1.2 copied to clipboard

In-app debug overlay for Flutter — network inspector, mock engine, live logs, FPS monitor, feature flags, and QA report. Includes built-in adapters for Dio and dart:http. Zero required third-party dep [...]

Changelog #

0.1.2 - 2026-03-19 #

Changed #

  • Renamed all public classes from DevKit to BlackBox to fully align with the new package name.

0.1.1 - 2026-03-19 #

Changed #

  • Updated README and internal configuration to correctly reflect the flutter_blackbox package name.

0.1.0 - 2025-03-19 #

Added #

  • Single-package release — Dio and http adapters bundled in core
  • DevKitOverlay — tabbed debug panel above Navigator
  • Network panel — request/response log with headers and body
  • Mock engine — intercept any HTTP request with fake response
  • Log panel — captures debugPrint() automatically
  • Performance panel — live FPS graph and jank detection
  • Feature flags panel — runtime toggle without restart
  • Device panel — platform, screen, OS info
  • QA Report — one-tap screenshot + logs + network bundle
  • DioDevKitAdapter — Dio interceptor (included in core)
  • DevKitHttpClient — http.Client drop-in (included in core)
  • PrintLogAdapter — auto-captures debugPrint
  • LocalFlagAdapter — in-memory feature flags
11
likes
0
points
573
downloads

Publisher

unverified uploader

Weekly Downloads

In-app debug overlay for Flutter — network inspector, mock engine, live logs, FPS monitor, feature flags, and QA report. Includes built-in adapters for Dio and dart:http. Zero required third-party dependencies — Dio and http are optional.

Topics

#debug #developer-tools #overlay #network #logging

License

unknown (license)

Dependencies

connectivity_plus, device_info_plus, dio, flutter, http, package_info_plus

More

Packages that depend on flutter_blackbox