flutter_staggered_grid_view
flutter_staggered_grid_view copied to clipboard
Support Reorder
I am working on a PR for this but wanted to have an issue to track it.
I would love for the ability to reorder a staggered grid view based off of reorderables.
https://pub.dev/packages/reorderables
Hey @AppleEducate any news about this ? Have you already something ? I would like to try to help on this topic too, if you have a fork/branch with something I can take a look ^^ (by looking by the code of the lib I don't know where to start lol)
@jaumard nothing yet, but it is still on my radar
I was just about to post the same thing. Smooth reorder and drag and drop animation. The Muuri demo is basically how I would like it. https://haltu.github.io/muuri/
@bobajeff Yeah that's exactly what I was thinking too!
Anything happening with this or is it halted for now?
@PonnamKarthik look nice !! Is there a way to reorder but keep item sizes ? because here item take the size of where they are dropped. My use case is to reorder but keep item sizes
@jaumard if you checked the Grid Example we are passing
_listStaggeredTileExtended
when every we shift the list widgets you also make change in _listStaggeredTileExtended
hi, bro. you can try this plugin. https://pub.dev/packages/staggered_reorderable
