flutter/packages/flutter_test/test
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
..
stack_manipulation_test.dart Dead code and switch cleanup (continued). 2016-06-16 09:45:37 -07:00
test_async_utils_test.dart Use "call" instead of "invoke" (#4177) 2016-05-24 17:53:04 -07:00
widget_tester_test.dart Turn off AnimationControllers when not in use (#5902) 2016-09-26 10:57:10 -07:00