Mindinventory / flutter_draggable_gridview

This package supports drag & drop widgets inside the GridView.builder for multiplatform. It provides all the properties which are available in Gridview. builder and easy to implement with the few lines of code.
https://www.mindinventory.com/flutter-app-development.php
MIT License
100 stars 19 forks source link

Can this package automatically reorder with animation when data source is changed? #1

Closed aytunch closed 2 years ago

aytunch commented 3 years ago

In my app, I don't need the user to reorder the contents but they are done when some filters are enabled.

Use case:

Grids show cars. When user presses red color, I want to show only the red colored cars And I want this filtering to happen in an animated way. So there might be several cars that are removed from different places of the cars array. When the filter is removed, all cars should be added in place with ordering animation.

Can I use this package for this need?

sahilmind commented 2 years ago

There is no provision for order now, considering as enhancement. Thanks @aytunch