presentation/lists_views/list_views library

Classes

AnimatableStateListView<T>
A useful widget to render animated list views, it handles insert and remove animations based on input data changes

Typedefs

AnimatedStateListItemBuilder<T> = Widget Function(BuildContext context, int index, Animation<double> animation, T item)
IdMapper<T> = String Function(T item)