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

Does this package animate reorder using code #17

Closed abdelaziz-mahdy closed 2 years ago

abdelaziz-mahdy commented 2 years ago

For my use case the data changes from api so I - need to animate the changes, does this package offer that?

sahilmind commented 2 years ago

@zezo357 When your Dataset change, pass that data to the DraggableGridViewBuilder and it will update the gridview widget according to your data. Let me know if any other help you want. I am happy to help you. Thanks

abdelaziz-mahdy commented 2 years ago

My problem is the animation, so will DraggableGridViewBuilder animate the changes? Thank you ❤️

deep-mindinventory commented 2 years ago

@zezo357 currently, this package is not providing this feature. Users can drag items manually for changing the position.