hcbpassos / drag_select_grid_view

A grid that supports both dragging and tapping to select its items.
BSD 2-Clause "Simplified" License
133 stars 34 forks source link

Add a sliver version #12

Open not-holar opened 4 years ago

not-holar commented 4 years ago

Something like SliverGrid + DragSelectGridView

not-holar commented 4 years ago

I could try to make a pr if you agree this is needed

ghost commented 4 years ago

Every Flutter grid uses SliverGrid. Can you please further elaborate what you are trying to achieve? :)

not-holar commented 4 years ago

Basically one that you could put in a CustomScrollView and wrap with Sliver widgets like SliverSafeArea

ghost commented 4 years ago

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 :)

dodatw commented 1 year ago

IS there any good news ? I need SliverGrid version.