material-components-flutter-adaptive icon indicating copy to clipboard operation
material-components-flutter-adaptive copied to clipboard

Adaptive column example has incomplete row

Open pennzht opened this issue 5 years ago • 1 comments

How to reproduce this bug

  1. Run the latest develop in Chrome.
  2. Adjust the window's width.
  3. Observe that sometimes a row is incomplete, while it should be.

Possible causes

  • Because of floating point rounding, a row's children might have a total width that is greater than the screen's width.
adaptive-columns-example-width

pennzht avatar Sep 28 '20 18:09 pennzht

Another similar floating point issue: https://github.com/flutter/flutter/issues/39510

clocksmith avatar Nov 05 '20 15:11 clocksmith