flutter/examples/layers/rendering
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
..
src Cache intrinsic dimensions (#4446) 2016-06-07 22:07:12 -07:00
autolayout.dart Move cassowary into package:flutter (#3591) 2016-04-27 17:32:06 -07:00
custom_coordinate_systems.dart Adds documentation to the layering examples 2016-02-13 16:14:42 -08:00
flex_layout.dart Replaced FlexDirection with Axis. (#5896) 2016-09-15 15:23:37 -07:00
hello_world.dart Add constants for FractionalOffsets 2016-03-28 22:51:06 -07:00
spinning_square.dart Turn off AnimationControllers when not in use (#5902) 2016-09-26 10:57:10 -07:00
touch_input.dart Add @override annotations to flutter framework 2016-03-14 14:02:26 -07:00