mosaic_cloud 0.2.1
mosaic_cloud: ^0.2.1 copied to clipboard
A Flutter widget that displays a collection of widgets in a mosaic or orthogonal word cloud layout.
0.2.1 #
- Updated
README.mdto reflect the use ofMultiChildRenderObjectWidgetinstead ofCustomMultiChildLayout.
0.2.0 #
- BREAKING CHANGE: The layout logic has been completely reworked using a custom
RenderObject. - The widget now correctly shrinks to fit its content, allowing it to be used in
Stack,Column, etc. - The widget now automatically scales down to fit within its parent's constraints, preventing overflow errors.
- Removed the
@visibleForTestingMosaicLayoutDelegateas it is no longer used.
0.1.0 #
- Initial release of the
mosaic_cloudpackage. - Provides a
MosaicCloudwidget for creating dense, non-overlapping layouts. - Includes a spiral-based algorithm for widget placement.
0.0.1 #
- Initial version.