• Hixie's avatar
    Simplify the usage of Navigator's routes argument · 90a0f630
    Hixie authored
    (These are changes cherry-picked from in-flight branches since they are
    more independent and could be helpful even without those changes.)
    
    - Change RouteBuilder's signature to take a single argument in which the
      other fields are placed, so that we can keep iterating on those
      arguments without having to break compatibility each time. Also, this
      makes defining route builders much simpler (only one argument to
      ignore rather than a variable number).
    
    - Expose the next performance to RouteBuilders, since sometimes the
      route itself might not be where it's used.
    
    - Allow BuildContext to be used to walk children, just like it can for
      ancestors
    
    - Allow BuildContext to be used to get the Widget of the current
      BuildContext
    
    - Allow StatefulComponentElement to be referenced with a type
      specialisation so that you don't have to cast when you know what the
      type you're dealing with actually is.
    90a0f630
Name
Last commit
Last update
..
address_book Loading commit data...
demo_launcher Loading commit data...
fitness Loading commit data...
game Loading commit data...
hello_world Loading commit data...
mine_digger Loading commit data...
raw Loading commit data...
rendering Loading commit data...
stocks Loading commit data...
widgets Loading commit data...
BUILD.gn Loading commit data...
README.md Loading commit data...