flutter/examples/layers/rendering
Ian Hickson 47f5c6f2e0 Add even more careful checks around BoxConstraints (#3243)
I ran into a case where I was setting minHeight=∞ and then calling
layout() with that constraint, which is all kinds of bad. To try to
catch this earlier, this patch now provides a way to catch constraints
that are requiring infinite values.

We don't _always_ check this because there are valid uses for
BoxConstraints.biggest, e.g. as an additionalConstraint.
2016-04-11 11:10:11 -07:00
..
src Add even more careful checks around BoxConstraints (#3243) 2016-04-11 11:10:11 -07:00
autolayout.dart Refactor cassowary so it uses imports rather than parts. 2016-03-20 18:10:37 -07:00
custom_coordinate_systems.dart Adds documentation to the layering examples 2016-02-13 16:14:42 -08:00
flex_layout.dart [rename fixit] Flex alignments 2016-03-12 18:33:47 -08:00
hello_world.dart Add constants for FractionalOffsets 2016-03-28 22:51:06 -07:00
spinning_square.dart Add constants for FractionalOffsets 2016-03-28 22:51:06 -07:00
touch_input.dart Add @override annotations to flutter framework 2016-03-14 14:02:26 -07:00