drag_select_grid_view
drag_select_grid_view copied to clipboard
A grid that supports both dragging and tapping to select its items.
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...
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...
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.
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.
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...
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...
in this library how can i set limited selected items? for example user can't select more than 10 items?
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:...
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...