• 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
..
animated_container.dart Loading commit data...
basic.dart Loading commit data...
binding.dart Loading commit data...
dismissable.dart Loading commit data...
drag_target.dart Loading commit data...
editable_text.dart Loading commit data...
focus.dart Loading commit data...
framework.dart Loading commit data...
gesture_detector.dart Loading commit data...
homogeneous_viewport.dart Loading commit data...
mimic.dart Loading commit data...
mixed_viewport.dart Loading commit data...
navigator.dart Loading commit data...
placeholder.dart Loading commit data...
scrollable.dart Loading commit data...
statistics_overlay.dart Loading commit data...
transitions.dart Loading commit data...
unique_component.dart Loading commit data...