• Hixie's avatar
    toString()ify more stuff · 7c0c1c96
    Hixie authored
    - truncate pixel values to 1dp since there's really no point being told
      the Size is 302.98732587287 by 648.28498579187.
    
    - describe more Widgets so that debugDumpApp() is more useful.
    
    - remove bufferValue from ProgressIndicator (cc @hansmuller) since it's
      not yet implemented.
    
    - half-hearted toString() for ThemeData. There's no point making a
      complete one, since it would cause line-wrap even on big monitors in
      debugDumpApp dumps, and you can easily get the actual values from a
      debugging if that's the issue.
    
    - flesh out BoxConstraints.toString() so that fully unconstrained and
      fully infinite constraints are called out explicitly. I experimented
      with adding even more special cases, e.g. calling out unconstrained
      widths with fixed heights, etc, but it made the output less readable.
    
    - remove a redundant _updateVariable() in AnimatedContainer (cc
      @abarth).
    
    - add more information to RenderView.toString().
    7c0c1c96
Name
Last commit
Last update
..
card.dart Loading commit data...
checkbox.dart Loading commit data...
colors.dart Loading commit data...
constants.dart Loading commit data...
date_picker.dart Loading commit data...
dialog.dart Loading commit data...
drawer.dart Loading commit data...
drawer_divider.dart Loading commit data...
drawer_header.dart Loading commit data...
drawer_item.dart Loading commit data...
edges.dart Loading commit data...
flat_button.dart Loading commit data...
floating_action_button.dart Loading commit data...
icon.dart Loading commit data...
icon_button.dart Loading commit data...
ink_well.dart Loading commit data...
input.dart Loading commit data...
list_item.dart Loading commit data...
material.dart Loading commit data...
material_app.dart Loading commit data...
material_button.dart Loading commit data...
popup_menu.dart Loading commit data...
popup_menu_item.dart Loading commit data...
progress_indicator.dart Loading commit data...
radial_reaction.dart Loading commit data...
radio.dart Loading commit data...
raised_button.dart Loading commit data...
scaffold.dart Loading commit data...
scrollbar_painter.dart Loading commit data...
shadows.dart Loading commit data...
snack_bar.dart Loading commit data...
switch.dart Loading commit data...
tabs.dart Loading commit data...
theme.dart Loading commit data...
theme_data.dart Loading commit data...
title.dart Loading commit data...
tool_bar.dart Loading commit data...
typography.dart Loading commit data...