flutter/packages/flutter_test/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
..
src Turn off AnimationControllers when not in use (#5902) 2016-09-26 10:57:10 -07:00
flutter_test.dart Make it possible to run tests live on a device (#3936) 2016-05-16 12:53:13 -07:00