flutter/examples/stocks/lib
Hixie d11acc41eb Use the presence of handler to determine 'enabled'
Instread of an explicit 'enabled' bool, this uses the presence of the
event handler to determine if a widget is enabled or not. This means
that if you've not passed a handler, your widget will be disabled, which
makes sense, since it wouldn't work anyway.

Adds this feature to checkbox, and ports raised button, flat button, and
radio buttons to this new model.

Adds a checkbox to card_collection that can be disabled.

Hide a (basically bogus) hint from the (soon to be disabled) strong hint
mode in the analyzer that this reveals.
2015-10-26 17:35:41 -07:00
..
main.dart Add Navigator.of 2015-10-22 12:32:42 -07:00
stock_arrow.dart Give the CustomPaint and SizeObserver callbacks better names 2015-10-19 17:27:40 -07:00
stock_data.dart Lots of trivial warning fixes 2015-10-12 16:31:20 -07:00
stock_home.dart Use the presence of handler to determine 'enabled' 2015-10-26 17:35:41 -07:00
stock_list.dart Scaffold should wrap its body in a Material 2015-10-19 12:11:10 -07:00
stock_menu.dart Strong modeify the examples 2015-10-23 18:13:25 -07:00
stock_row.dart Heroes 2015-10-21 16:58:36 -07:00
stock_settings.dart Add Navigator.of 2015-10-22 12:32:42 -07:00
stock_symbol_viewer.dart Add Navigator.of 2015-10-22 12:32:42 -07:00
stock_types.dart Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00