• Adam Barth's avatar
    Callback identity is too fragile for CustomPaint · 72329cf4
    Adam Barth authored
    Many of the widgets that use CustomPaint were spamming repaints because
    CustomPaint repaints when the identity of the onPaint callback changes, which
    it does every build for StatelessComponents.
    
    This patch changes CustomPaint to use a CustomPainter, similar to the new
    custom layout widgets. The CustomPainter has a `shouldRepaint` function along
    with its `paint` function. This function gives clients explicit control over
    when the custom paint object repaints.
    72329cf4
Name
Last commit
Last update
..
animation Loading commit data...
gestures Loading commit data...
http Loading commit data...
material Loading commit data...
painting Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
services Loading commit data...
widgets Loading commit data...