flutter-reorderable-grid-view icon indicating copy to clipboard operation
flutter-reorderable-grid-view copied to clipboard

Feature: Add support for all kind of SliverGrid

Open karvulf opened this issue 1 year ago • 0 comments

Currently only "normal" GridViews are supported by this package. Because there also a lot of usecases to switch to SliverGrids, this should also be supported by this package.

The following SliverGrids exists:

  • SliverGrid
  • SliverGrid.builder
  • SliverGrid.extent
  • SliverGrid.count

karvulf avatar Oct 10 '23 06:10 karvulf