drag_select_grid_view
drag_select_grid_view copied to clipboard
Add a sliver version
Something like SliverGrid + DragSelectGridView
I could try to make a pr if you agree this is needed
Every Flutter grid uses SliverGrid
. Can you please further elaborate what you are trying to achieve? :)
Basically one that you could put in a CustomScrollView and wrap with Sliver widgets like SliverSafeArea
I'll need to take a deeper look into this to decide whether a structural change is required. I should be able to point the key parts that should be taken into consideration to apply such change.
I'll try to do this at the weekend :)