• Hixie's avatar
    Move Material page animations to Material layer. · 309d25d4
    Hixie authored
    PageRoute is now MaterialPageRoute.
    
    This also changes the following:
    
    - Now the HeroController is a Navigator observer, rather than a feature
      of HeroPageRoutes, which are gone. This means heroes can work between
      any kind of ModalRoute now.
    
    - ModalPageRoute is moved from modal_barrier.dart to routes.dart.
    
    - It allows routes to opt-out of their modal barrier being a shortcut to
      popping the route.
    
    - Features of PageRoute that aren't Material-specific get promoted to
      ModalRoute features: storage, the subtree key, offstageness...
    
    The AnimatedModalBarrier is still a ModalRoute feature.
    309d25d4
Name
Last commit
Last update
..
animation Loading commit data...
engine Loading commit data...
examples Loading commit data...
gestures Loading commit data...
harness Loading commit data...
painting Loading commit data...
rendering Loading commit data...
services Loading commit data...
widget Loading commit data...