material-components-flutter-adaptive
material-components-flutter-adaptive copied to clipboard
Adaptive column example has incomplete row
How to reproduce this bug
- Run the latest
developin Chrome. - Adjust the window's width.
- 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.
Another similar floating point issue: https://github.com/flutter/flutter/issues/39510