flutter/examples/layers/rendering
Ian Hickson 552896afb7 Refactor cassowary so it uses imports rather than parts.
Also misc cleanup:
 - reorder members to be more consistent and fit the style guide
 - remove use of _Pair
 - made Variable.applyUpdate and Variable.owner public
 - added docs to Priority, tweaked the code a bit
 - added some docs to Result
 - removed the internal-error Result (replaced with asserts)
 - removed unused Results
 - made Result const
 - merged some files together since they had used privates a lot

I'm sorry this is completely unreviewable. I did the move from `lib/*`
to `lib/src/*` first, then did the `part`-to-`import` change, and then
found out how many of the files involved privates, which I wasn't
expecting. I can redo this as multiple commits if that would make it
easier to review.
2016-03-20 18:10:37 -07:00
..
src Add @override annotations to flutter framework 2016-03-14 14:02:26 -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 Improve TextSpan 2016-02-24 14:07:10 -08:00
spinning_square.dart Adds documentation to the layering examples 2016-02-13 16:14:42 -08:00
touch_input.dart Add @override annotations to flutter framework 2016-03-14 14:02:26 -07:00