flutter/examples/rendering
Hans Muller 9cb9e2ed8d Styling for text fragments
This is a completion of Eric's WIP patch:
https://codereview.chromium.org/1179663005/

Low level support for creating a paragraph that contains
runs of styled text. The styles may be nested.

The Paragraph and RenderParagraph classes have been
replaced by Inline and RenderInline. Styled text is defined
with a tree of InlineText and InlineStyle objects.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/1177833012.
2015-06-16 16:48:08 -07:00
..
borders.dart Remove RenderSizedBox. 2015-06-15 15:51:56 -07:00
interactive_flex.dart Styling for text fragments 2015-06-16 16:48:08 -07:00
justify_content.dart Styling for text fragments 2015-06-16 16:48:08 -07:00
render_paragraph.dart Styling for text fragments 2015-06-16 16:48:08 -07:00
sector_layout.dart Create an example app that demonstrates interactive coordination of an fn tree and a raw RenderObject tree. 2015-06-16 09:28:59 -07:00
shadowed_box.dart Rename all the things 2015-06-13 09:46:52 -07:00
spinning_flex.dart Rename all the things 2015-06-13 09:46:52 -07:00
touch_demo.dart Styling for text fragments 2015-06-16 16:48:08 -07:00
transform.dart Remove RenderSizedBox. 2015-06-15 15:51:56 -07:00