flex_with_main_child 0.2.1 flex_with_main_child: ^0.2.1 copied to clipboard
A Flex (i.e. Column or Row) that sizes itself to its main child in the cross axis direction.
0.1.0 #
Migrated code from my other project, added column and row, and wrote an example app.
0.1.1 #
Improved README.
0.1.2 #
Added dartdoc.
0.1.3 #
Fixed typo in README.md
0.2.0 #
FlexWithMainChild now measures mainChild size continuously with its key.
0.2.1 #
Fixed 'WidgetsBinding' runtime warnings using flutter 3.x.
Better documentation and diagnostic coming soon.