fish-redux icon indicating copy to clipboard operation
fish-redux copied to clipboard

Animated List

Open jasin755 opened this issue 5 years ago • 3 comments

Hi. I have wanted to create animated list. I tried many examples but none of them works with fish redux. Can you show some example?

Thanks

jasin755 avatar Jun 10 '19 12:06 jasin755

Sorry to reply to your question so late.

I read the source code of Animated List and its examples. It is a bit awkward to express and control in the fish-redux pattern, especially in conjunction with the adapter.

The main reasons are as follows

  1. Animated List is not a widget for reactive expression. In other words, it is difficult to express it in a pure function.

  2. Its "remoeItem" api is too difficult to use. The api must set an AnimatedListRemovedItemBuilder parameter is confusing.

zjuwjf avatar Jun 12 '19 10:06 zjuwjf

It's big blocker for using fish-redux :/

jasin755 avatar Jun 12 '19 11:06 jasin755

https://pub.dev/packages/diffutil_dart

hacker1024 avatar Jul 21 '22 03:07 hacker1024