• Adam Barth's avatar
    Move Scaffold over to using AnimationController · 0b098ee2
    Adam Barth authored
    Also, clean up the class hierarchy for AnimationController now that
    we've renamed progress to value. That means everything in the hierarchy
    now has a value, include Watchable. This patch renames Watchable to
    Animated<T>, which lets us use that type almost everywhere.
    
    I've added some ducktape to modal bottom sheets to avoid having to
    refactor all of Navigator to use AnimationController. I'll remove the
    ducktape in the next patch.
    0b098ee2
Name
Last commit
Last update
..
animation Loading commit data...
gestures Loading commit data...
http Loading commit data...
material Loading commit data...
painting Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
services Loading commit data...
widgets Loading commit data...