flutter/examples/layers/widgets
Ian Hickson e01592a0c0 Fix globalToLocal and update spinning_mixed (#6035)
* globalToLocal was just broken when there was a rotation and a
  translation at the same time. This fixes that and adds a test.

* update graphic used by spinning_mixed since the old one went 404.

* simplify some of the code in the demo.

* fix MatrixUtils.transformPoint to be consistent with how we transform
  points elsewhere.

* stop transforming points elsewhere, just use
  MatrixUtils.transformPoint.

* make the Widget binding handle not having a root element.

* make the spinning_mixed demo update its widget tree.
2016-09-28 01:06:32 -07:00
..
autolayout.dart Move cassowary into package:flutter (#3591) 2016-04-27 17:32:06 -07:00
custom_render_box.dart Add @override annotations to flutter framework 2016-03-14 14:02:26 -07:00
gestures.dart Hide routes from the API when they're not needed. (#3431) 2016-04-20 09:33:28 -07:00
hello_world.dart Clean up the standalone examples 2016-02-13 11:00:58 -08:00
media_query.dart ImageIcon (#4649) 2016-06-20 21:04:45 -07:00
sectors.dart Hide routes from the API when they're not needed. (#3431) 2016-04-20 09:33:28 -07:00
spinning_mixed.dart Fix globalToLocal and update spinning_mixed (#6035) 2016-09-28 01:06:32 -07:00
spinning_square.dart Turn off AnimationControllers when not in use (#5902) 2016-09-26 10:57:10 -07:00
styled_text.dart Hide routes from the API when they're not needed. (#3431) 2016-04-20 09:33:28 -07:00