s_gridview/s_gridview library

s_gridview

A small, focused Flutter widget that lays out children in a grid-like arrangement while providing index-based scrolling (via indexscroll_listview_builder) and optional visual scroll indicators.

Export the public API from src/s_gridview.dart.

Classes

SGridView
A grid-like, scrollable widget that lays out arbitrary child widgets in rows (or columns when horizontal) with a configurable number of items per cross-axis. The widget provides optional index-based auto-scrolling and simple visual scroll indicators.