flutter/examples/layers/rendering
Adam Barth fb4dbf4584 Improve TextSpan
Now we just have one TextSpan class that handles both simple strings, trees of
children, and styling both. This approach simplifies the interface for most
clients.

This patch also removes StyledText, which was weakly typed and tricky to use
correctly. The replacement is RichText, which is strongly typed and uses
TextSpan.
2016-02-24 14:07:10 -08:00
..
src Clean up the standalone examples 2016-02-13 11:00:58 -08:00
autolayout.dart Rename AutoLayoutParams to AutoLayoutRect 2016-02-15 16:29:27 -08:00
custom_coordinate_systems.dart Adds documentation to the layering examples 2016-02-13 16:14:42 -08:00
flex_layout.dart Improve TextSpan 2016-02-24 14:07:10 -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 Improve TextSpan 2016-02-24 14:07:10 -08:00