flutter/examples/rendering
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
..
lib Refactor PaintingContext 2015-11-19 11:18:04 -08:00
align_items.dart Strong modeify the examples 2015-10-23 18:13:25 -07:00
baseline.dart Strong modeify the examples 2015-10-23 18:13:25 -07:00
borders.dart Strong modeify the examples 2015-10-23 18:13:25 -07:00
flex.dart Strong modeify the examples 2015-10-23 18:13:25 -07:00
interactive_flex.dart Update four callers of Message constructor to pass in required arguments 2015-11-13 14:39:06 -08:00
justify_content.dart Strong modeify the examples 2015-10-23 18:13:25 -07:00
pubspec.yaml Rewire the pubspecs to use local paths 2015-11-06 22:46:52 -08:00
render_grid.dart Strong modeify the examples 2015-10-23 18:13:25 -07:00
render_paragraph.dart Strong modeify the examples 2015-10-23 18:13:25 -07:00
sector_layout.dart Fix warnings seen when running skyanalyzer in strong mode 2015-10-15 10:56:03 -07:00
shadowed_box.dart Update shadow rendering 2015-11-18 07:58:28 -08:00
simple_autolayout.dart Strong modeify the examples 2015-10-23 18:13:25 -07:00
spinning_flex.dart Port spinning_mixed demo to fn3 2015-10-22 14:20:13 -07:00
touch_demo.dart Strong modeify the examples 2015-10-23 18:13:25 -07:00
transform.dart Import dart:ui as ui (instead of as sky) 2015-10-09 20:55:54 -07:00