- Published on
Flutter Performance Part 2: Putting Your UI on a Diet
How Flutter actually decides what rebuilds, why extracting widgets into classes does not speed anything up by itself, and the techniques that measurably do: const, the child parameter, RepaintBoundary, and scoped state.