flutter_staggered_grid_view icon indicating copy to clipboard operation
flutter_staggered_grid_view copied to clipboard

Support Reorder

Open rodydavis opened this issue 6 years ago • 9 comments

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

rodydavis avatar Sep 25 '19 14:09 rodydavis

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 avatar Nov 09 '19 21:11 jaumard

@jaumard nothing yet, but it is still on my radar

rodydavis avatar Nov 10 '19 00:11 rodydavis

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 avatar Nov 15 '19 05:11 bobajeff

@bobajeff Yeah that's exactly what I was thinking too!

rodydavis avatar Nov 15 '19 20:11 rodydavis

Anything happening with this or is it halted for now?

dbilgin avatar Mar 15 '20 01:03 dbilgin

@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 avatar Apr 20 '20 09:04 jaumard

@jaumard if you checked the Grid Example we are passing

_listStaggeredTileExtended

when every we shift the list widgets you also make change in _listStaggeredTileExtended

ponnamkarthik avatar Apr 20 '20 09:04 ponnamkarthik

hi, bro. you can try this plugin. https://pub.dev/packages/staggered_reorderable

jingluoguo avatar May 16 '22 06:05 jingluoguo