flutter/examples/layers/widgets
Ian Hickson 9e673853e5 Turn off AnimationControllers when not in use (#5902)
This requires all AnimationController objects to be given a
TickerProvider, a class that can create the Ticker.

It also provides some nice mixins for people who want to have their
State provide a TickerProvider. And a schedulerTickerProvider for those
cases where you just want to see your battery burn.

Also, we now enforce destruction order for elements.
2016-09-26 10:57:10 -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 Replaced FlexDirection with Axis. (#5896) 2016-09-15 15:23:37 -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