• Ian Hickson's avatar
    Add more debugging options to the stocks app. · 48e1350e
    Ian Hickson authored
    - Add an option to enable debugPaintSizeEnabled.
    - Add an option to enable the StatisticsOverlay.
    - Add support for the StatisticsOverlay in MaterialApp.
    - Change the layout behaviour of RenderStatisticsBox:
       - Give it a zero intrinsic width.
       - Give it an accurate intrinsic height that depends on the flags
         set. (Also, move the enum to the rendering/ layer from the
         widgets/ layer to enable this.)
       - Make the box automatically size itself full-width and the correct
         height, so that you can actually embed it (though most of the
         time you'd just put it in a Stack so this doesn't matter as
         much, really).
    - Some style nit fixes in statistics_box.dart.
    48e1350e
Name
Last commit
Last update
..
i18n Loading commit data...
main.dart Loading commit data...
stock_arrow.dart Loading commit data...
stock_data.dart Loading commit data...
stock_home.dart Loading commit data...
stock_list.dart Loading commit data...
stock_menu.dart Loading commit data...
stock_row.dart Loading commit data...
stock_settings.dart Loading commit data...
stock_strings.dart Loading commit data...
stock_symbol_viewer.dart Loading commit data...
stock_types.dart Loading commit data...