breakify 0.1.1
breakify: ^0.1.1 copied to clipboard
Responsive widgets and utilities for Flutter applications.
0.1.1 #
BreakifyAdaptativeLayout: addedstretchChildren, which stretches children to share the same width when the layout is displayed as aColumn. This mirrors the existingdistributeEvenlybehavior, which already did the equivalent for theRowlayout.BreakifyGrid: addedequalHeight, which makes every item in a row match the height of the tallest item in that row (and, as a side effect of the row layout, the same width as well). Intended for grids with items of varying intrinsic height. Currently only supported withAxis.vertical.BreakifyGridandBreakifyListView: fixed horizontal scrolling (scrollDirection: Axis.horizontal). Both widgets now correctly detect unbounded constraints along the active scroll axis instead of always checking height, andBreakifyGrid'schildAspectRatiois now correctly resolved as width / height regardless of scroll direction.- New README with explanatory images for each breakpoint, plus a Spanish
translation (
README.es.md). - New, complete example app covering all widgets, including horizontal scrolling for BreakifyGrid and BreakifyListView.
- All existing functionality is preserved; the new options are opt-in and do not change the default behavior of existing widgets.
0.1.0 #
- Initial release.
- Responsive breakpoints.
- Responsive values.
- Fluid responsive values.
- Responsive container.
- Responsive layout.
- Responsive grid.
- Responsive list view.
- Responsive visibility.
- Debug banner.