Tags: Hixie/flutter
Tags
import all generated files in animated_icons_private_test (flutter#14329 )
Add EdgeInsets, MediaQuery support for view insets (flutter#13272) * Add MediaQuery support for view insets Also updates EdgeInsets documentation to reflect WindowPadding's use for both padding and view insets. See engine commits: flutter/engine#4403 flutter/engine#4406
Wrap the label widget of the Chip in a Flexible. (flutter#11523) (flu… …tter#11554) * Wrap the label widget of the Chip in a Flexible. (flutter#11523) * This allows the Chip to constrain the size of its content after taking into account the space occupied by the avatar and delete icon (if they are present) * Adding unit tests to evaluate correct size constraints of the Chip widget's label. (flutter#11523) * Minor change in formatting. * Adjust function formatting.
PreviousNext