flutter/examples/flutter_gallery/lib/gallery
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
..
app.dart Make the suspended gallery task bar gray (#5651) 2016-08-29 14:59:10 -07:00
demo.dart Gallery demo tweaks (#5116) 2016-07-28 12:35:26 -07:00
drawer.dart Made all drawer items actionable. (#5688) 2016-08-31 15:46:39 -07:00
example_code.dart Renamed DropDown to Dropdown. (#5897) 2016-09-15 17:38:41 -07:00
example_code_parser.dart Call it Flutter Gallery (#3801) 2016-05-09 11:00:54 -07:00
home.dart Turn off AnimationControllers when not in use (#5902) 2016-09-26 10:57:10 -07:00
item.dart Added BottomNavigationBar demo. (#6003) 2016-09-23 14:46:30 -07:00
syntax_highlighter.dart Remove the gallery Live Demo buttons, etc (#4678) 2016-06-21 17:28:41 -07:00
updates.dart Add update dialog to gallery (#5569) 2016-08-24 13:32:27 -07:00