huhuang03/reorderable_grid_view

[Feature Request] Allow drag and drop between groups

Kayes-Islam opened this issue ยท 4 comments

My requirement is that I need the drag and drop capability between groups.
Requirements:

  • Drag and drop items between two grids (groups).
  • Callback to will receive SourceInfo{list, index} and DestinationInfo{list, index}

Regards
Kayes

This is actually important. Currently it's not possible to drop the tile at certain places.

You means you have two gridview, and can drap from one to other?

Yep, two grid-views!

Sorry, it's not in plan, because I think current implementation does not seem to be able to do this.