huhuang03 / reorderable_grid_view

MIT License
46 stars 33 forks source link

Add animation for add&remove item. #33

Open Walker-ZHAO opened 2 years ago

Walker-ZHAO commented 2 years ago

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

huhuang03 commented 2 years ago

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

Walker-ZHAO commented 2 years ago

Thx for the feedback, waiting for your good news.

huhuang03 commented 2 years ago

Hello, did this fit your need? https://github.com/karvulf/flutter-reorderable-grid-view

Walker-ZHAO commented 2 years ago

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.

huhuang03 commented 2 years ago

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.

Walker-ZHAO commented 2 years ago

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