flutter/examples/layers/widgets
Hixie 9fc29dbbb8 Support hairline borders
Previously, border with '0' was ambiguous. Sometimes we treated it as
hairline borders, sometimes as "don't show the border", though even in
the latter case we did some graphics work sometimes. Now we have an
explicit BorderStyle.none flag to not draw the border efficiently.
2016-03-24 14:05:38 -07:00
..
autolayout.dart Refactor cassowary so it uses imports rather than parts. 2016-03-20 18:10:37 -07:00
custom_render_box.dart Add @override annotations to flutter framework 2016-03-14 14:02:26 -07:00
gestures.dart Add @override annotations to flutter framework 2016-03-14 14:02:26 -07:00
hello_world.dart Clean up the standalone examples 2016-02-13 11:00:58 -08:00
media_query.dart Add @override annotations to flutter framework 2016-03-14 14:02:26 -07:00
sectors.dart Support hairline borders 2016-03-24 14:05:38 -07:00
spinning_mixed.dart Add @override annotations to flutter framework 2016-03-14 14:02:26 -07:00
spinning_square.dart Add @override annotations to flutter framework 2016-03-14 14:02:26 -07:00
styled_text.dart Add @override annotations to flutter framework 2016-03-14 14:02:26 -07:00