rebuild_detector

Detect excessive widget rebuilds in Flutter apps.

Features

  • Visual overlay warnings
  • FPS tracking
  • DevTools logging
  • Global rebuild summary
  • Custom styling

Usage

RebuildDetector(
  name: 'MyWidget',
  warnAfter: 5,
  child: MyWidget(),
)

Libraries

example/main
rebuild_detector
A Flutter debugging and profiling tool to detect excessive widget rebuilds.