flutter/packages/unit/test/rendering
Adam Barth 72329cf422 Callback identity is too fragile for CustomPaint
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.
2015-11-20 08:20:59 -08:00
..
box_test.dart Update shadow rendering 2015-11-18 07:58:28 -08:00
flex_test.dart Fix warnings seen when running skyanalyzer in strong mode 2015-10-15 10:56:03 -07:00
grid_test.dart Fix warnings seen when running skyanalyzer in strong mode 2015-10-15 10:56:03 -07:00
image_test.dart flutter analyze command 2015-11-12 12:23:29 -08:00
intrinsic_width_test.dart Rename package:sky to package:flutter 2015-10-09 20:44:52 -07:00
offstage_test.dart Callback identity is too fragile for CustomPaint 2015-11-20 08:20:59 -08:00
overflow_test.dart Callback identity is too fragile for CustomPaint 2015-11-20 08:20:59 -08:00
positioned_box_test.dart Replace Align shrinkWrap parameter with widthFactor and heightFactor 2015-11-05 16:45:05 -08:00
rendering_tester.dart Callback identity is too fragile for CustomPaint 2015-11-20 08:20:59 -08:00
size_test.dart Rename package:sky to package:flutter 2015-10-09 20:44:52 -07:00
stack_test.dart Fix warnings seen when running skyanalyzer in strong mode 2015-10-15 10:56:03 -07:00
viewport_test.dart Improve hit testing 2015-11-04 16:51:19 -08:00