huhuang03/reorderable_grid_view

Add animation for add&remove item.

Walker-ZHAO opened this issue · 6 comments

Is there any way to add or remove item with animation?

For now, there isn't. But I think it's not very hard to add this, I will check recently.

Thx for the feedback, waiting for your good news.

Hi, after some research, this package seems nonsupport for Sliver. In my case, I need to put the ReorderableSliverGridView into CustomScrollView with other sliver widgets.

I'm sorry it's not easy to achieve this feature. After some research, I found maybe I need figure out how https://github.com/karvulf/flutter-reorderable-grid-view and https://api.flutter.dev/flutter/widgets/AnimatedList-class.html work. It's not easy, and may take a long time.

Sounds good. Anyway, this is a great package, waiting for the new release.