flutter_blackbox 0.1.2
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
DevKittoBlackBoxto fully align with the new package name.
0.1.1 - 2026-03-19 #
Changed #
- Updated README and internal configuration to correctly reflect the
flutter_blackboxpackage 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 debugPrintLocalFlagAdapter— in-memory feature flags