flutter/examples/demo_launcher
Hixie 90a0f6300f Simplify the usage of Navigator's routes argument
(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.
2015-10-05 13:59:30 -07:00
..
apk Roll APK versions in preparation for releases 2015-08-25 15:12:38 -07:00
assets Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
lib Simplify the usage of Navigator's routes argument 2015-10-05 13:59:30 -07:00
BUILD.gn Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
pubspec.yaml Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
sky.yaml Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00