flutter_rebuild_inspector 0.1.1
flutter_rebuild_inspector: ^0.1.1 copied to clipboard
A runtime widget rebuild visualizer for Flutter. Track rebuild counts, see visual badges (red/yellow/green), and view an in-app dashboard—no DevTools needed.
0.1.1 #
- Fix LICENSE file (replace TODO with proper MIT license).
0.1.0 #
- Initial release.
- RebuildTracker — Wrap widgets to count rebuilds with optional visual badge
- RebuildInspectorDashboard — In-app list of top rebuilt widgets
- RebuildInspectorOverlay — Floating button to toggle dashboard
- RebuildStats — Programmatic access to rebuild statistics
- Color-coded badges: green (< 5), yellow (5–20), red (> 20)
- Debug-only: zero overhead in release builds