mosaic_cloud 0.2.1 copy "mosaic_cloud: ^0.2.1" to clipboard
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.md to reflect the use of MultiChildRenderObjectWidget instead of CustomMultiChildLayout.

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 @visibleForTesting MosaicLayoutDelegate as it is no longer used.

0.1.0 #

  • Initial release of the mosaic_cloud package.
  • Provides a MosaicCloud widget for creating dense, non-overlapping layouts.
  • Includes a spiral-based algorithm for widget placement.

0.0.1 #

  • Initial version.
0
likes
150
points
13
downloads

Publisher

verified publishermarochko.dev

Weekly Downloads

A Flutter widget that displays a collection of widgets in a mosaic or orthogonal word cloud layout.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on mosaic_cloud