s_gridview 1.0.2 copy "s_gridview: ^1.0.2" to clipboard
s_gridview: ^1.0.2 copied to clipboard

A lightweight, customizable grid-like Flutter widget with index-based scrolling and visual scroll indicators

1.0.2 #

  • README.md updated

1.0.1 #

  • Added detailed documentation, README polish, and an interactive example that demonstrates orientation changes, indicator toggles, auto-scroll, and programmatic controller usage.
  • Documented the exported API so pub.dev recognizes the library, class, constructor, and key setters.
  • Stabilized widget tests by executing jumpTo manually instead of awaiting scrollToIndex, and noted the rationale in the test comments.

1.0.0 #

  • Version 1.0.0

Added #

  • Public SGridView widget with customizable cross-axis item count and layout
  • Index-based scrolling using IndexedScrollController (via indexscroll_listview_builder)
  • Optional scroll indicators when more rows are present for improved UX
  • Support for custom padding, scroll controller injection, and automatic scroll-to-index

Fixed #

  • Initial release; no bug fixes yet

0.0.1 #

  • Initial release
0
likes
150
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight, customizable grid-like Flutter widget with index-based scrolling and visual scroll indicators

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

assorted_layout_widgets, flutter, indexscroll_listview_builder, soundsliced_dart_extensions

More

Packages that depend on s_gridview