animated_firestore_list library

Classes

FirestoreAnimatedList<T>
An AnimatedList widget that is bound to a query
FirestoreAnimatedListState<T>

Typedefs

FirestoreAnimatedListItemBuilder<T> = Widget Function(BuildContext context, DocumentSnapshot<T>? snapshot, Animation<double> animation, int index)