flutter/examples/game
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 Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
assets Adds TexturedLine and animated EffectLine to sprites 2015-09-17 13:27:43 -07:00
ios 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
mac Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
BUILD.gn Move game/main.dart to game/lib/main.dart. 2015-08-10 15:05:54 -07:00
example_effect_line.dart Simplify the usage of Navigator's routes argument 2015-10-05 13:59:30 -07:00
pubspec.yaml Updates work with latest Flutter changes 2015-10-02 15:10:02 -07:00
README.md Make Asteroids.apk use background music from its bundle 2015-08-17 17:10:38 -07:00
sky.yaml Make Asteroids.apk use background music from its bundle 2015-08-17 17:10:38 -07:00
test_bed.dart Sprite physics, first iteration 2015-10-02 14:15:14 -07:00
test_drawatlas.dart Simplify the usage of Navigator's routes argument 2015-10-05 13:59:30 -07:00
test_performance_computation.dart Moves from vector_math to vector_math_64 2015-10-01 14:46:13 -07:00
test_performance.dart Make fn3 the default widget framework 2015-10-01 09:48:35 -07:00
test_physics.dart Simplify the usage of Navigator's routes argument 2015-10-05 13:59:30 -07:00