flutter/examples/rendering/lib
Adam Barth fc576814d5 Refactor PaintingContext
This patch simplifies PaintingContext with several goals:

1) We now call a callback instead of assuming the caller has a single child to
   paint. This change will let us handle render objects that wish to paint more
   than one child.
2) We now avoid creating lots of empty picture layers because we don't eagerly
   start recording pictures. Instead, we wait for the first caller to touch the
   canvas before creating the picture recorder.
3) We now are more consistent about which values have incorporated the painting
   offset.
2015-11-19 11:18:04 -08:00
..
sector_layout.dart Refactor PaintingContext 2015-11-19 11:18:04 -08:00
solid_color_box.dart Port spinning_mixed demo to fn3 2015-10-22 14:20:13 -07:00