drag_select_grid_view icon indicating copy to clipboard operation
drag_select_grid_view copied to clipboard

A grid that supports both dragging and tapping to select its items.

Results 11 drag_select_grid_view issues
Sort by recently updated
recently updated
newest added

First of all, i'm loving this library. everything work nicely except I wish i could set a mode where I tap to deselect all others that is currently selected, and...

feature-request

Newer Flutter versions will warn if a widget test seems to be hitting the wrong thing. Check https://github.com/flutter/flutter/pull/74798 for some more information. ``` 00:10 +69: /Users/ben/Projects/drag_select_grid_view/test/src/drag_select_grid_view/drag_select_grid_view_test.dart: Drag-select-grid-view integration tests. Select...

enhancement

Auto-scroll should not stop when dragging beyond grid's area. When the user drags to the `AppBar`, for example, the auto-scroll should continue.

enhancement

The attribute `ScrollView.scrollDirection` should be supported, but it requires changing the position of the auto-scroll-hotspots, which are currently fixed at the top and bottom of the grid.

enhancement
long term

Like Google Photos, the auto-scrolling speed should vary. That is, when dragging, the closer you get to the external edges of the auto-scroll-hotspots, the faster auto-scrolling is. I planned this...

enhancement

Hi . I am using the `SelectableItem` , that was created in the example code . It needs the selected parameter which needs to be passed from the itembuilder function...

question

Something like SliverGrid + DragSelectGridView

feature-request

in this library how can i set limited selected items? for example user can't select more than 10 items?

feature-request

When the items don't fill the last row of the grid, there's a blank space. If you drag until that space, the remaining items should be selected. Check this out:...

enhancement
good first issue

Hi, after trying it more and better understanding LocalHistory, I believe current implementation conflicts with what I'd like to achieve. In my app, I have a button to enter "selection...