flutter/examples/stocks/lib
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
..
main.dart Simplify the usage of Navigator's routes argument 2015-10-05 13:59:30 -07:00
stock_arrow.dart Port stocks to fn3 and introduce an App component. 2015-09-25 17:52:33 -07:00
stock_data.dart Dynamic named routes 2015-09-30 09:03:58 -07:00
stock_home.dart Improves names of animation classes 2015-10-05 10:51:43 -07:00
stock_list.dart Groundwork for heroes transition in Stocks app 2015-10-02 10:20:08 -07:00
stock_menu.dart Make the checkbox in the stocks popup menu work. 2015-09-28 11:15:05 -07:00
stock_row.dart RenderInkWell should use gestures 2015-10-03 12:49:34 -07:00
stock_settings.dart Port stocks to fn3 and introduce an App component. 2015-09-25 17:52:33 -07:00
stock_symbol_viewer.dart Dynamic named routes 2015-09-30 09:03:58 -07:00
stock_types.dart Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00