Skip to main content
The Stac SliverGrid allows you to build a Flutter SliverGrid widget using JSON. It displays its children in a two-dimensional scrollable grid within a sliver context. To learn more about Flutter’s SliverGrid, refer to the official documentation.

Properties

⚠️ Note sliverGrid must be placed inside the slivers property of a customScrollView. Each child of a sliverGrid must be a box widget (for example container, card, column, etc.), not another sliver.

Example