flutter/examples/layers/services
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
..
data.json Add an example demonstrating use of isolates (#3347) 2016-04-15 16:31:23 -07:00
isolate.dart Turn off AnimationControllers when not in use (#5902) 2016-09-26 10:57:10 -07:00
lifecycle.dart Add an example of listening to app lifecycle events (#4623) 2016-06-18 10:43:38 -07:00
media_service.dart Isolate imports of generated Dart code from generated path (#5960) 2016-09-21 14:00:29 -07:00
start_activity.dart Remove //examples/widgets 2016-03-08 16:37:32 -08:00