flutter/examples/flutter_gallery/lib
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
..
demo Turn off AnimationControllers when not in use (#5902) 2016-09-26 10:57:10 -07:00
gallery Turn off AnimationControllers when not in use (#5902) 2016-09-26 10:57:10 -07:00
main.dart Call it Flutter Gallery (#3801) 2016-05-09 11:00:54 -07:00