- 29 Sep, 2015 1 commit
-
-
Jason Simmons authored
EditableText is now rendered using a custom RenderObject (RenderEditableParagraph). RenderEditableParagraph draws the cursor, handles scroll offsets, and provides feedback about the size of the text for use by the scroll behavior.
-
- 08 Sep, 2015 1 commit
-
-
Adam Barth authored
-
- 31 Aug, 2015 1 commit
-
-
Adam Barth authored
-
- 29 Aug, 2015 1 commit
-
-
Adam Barth authored
Also, add asserts that the text has layout before being painted.
-
- 19 Aug, 2015 1 commit
-
-
Adam Barth authored
Similar to widgets.dart, rendering.dart exports the entire rendering layer. Also, update the examples to use rendering.dart and widgets.dart. Also clean up some exports so that the examples have more sensible imports.
-
- 14 Aug, 2015 1 commit
-
-
Collin Jackson authored
-