flutter/examples/rendering
Ian Hickson a94999ba50 Clean up imports and exports.
Each layer is supposed to reexport the parts of the previous layer
that are part of its API.

- In painting.dart, export from dart:ui all the Canvas-related APIs
  that make sense to be used at higher levels, e.g. PaintingStyle.

- Delete painting/shadows.dart. It was dead code.

- In rendering/object.dart, export all of painting.dart.

- In widgets/basic.dart, export all of painting.dart and
  animation.dart. Some classes in animation/ are renamed to make this
  less disruptive and confusing to the namespace.

- Split out Stocks back into an import model rather than a part model,
  so that it's easier to manage its dependencies on a per-file basis.

- Move Ticker to scheduler library.

- Remove as many redundant imports as possible now.

- Some minor nit picking cleanup in various files.
2016-02-11 00:06:23 -08:00
..
lib Improve asserts around BoxConstraints 2016-02-10 11:12:13 -08:00
align_items.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
baseline.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00
borders.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00
flex.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00
interactive_flex.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00
justify_content.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
pubspec.yaml Rewire the pubspecs to use local paths 2015-11-06 22:46:52 -08:00
render_grid.dart Generalize grid layout 2016-01-02 14:30:45 -08:00
render_paragraph.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
sector_layout.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
shadowed_box.dart More elaborate RenderBox example 2016-01-17 22:31:41 -08:00
simple_autolayout.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
spinning_flex.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00
touch_demo.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
transform.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00