animated_firestore_staggered library

Classes

FirestoreAnimatedStaggered<T>
An AnimatedList widget that is bound to a query
FirestoreAnimatedStaggeredState<T>

Typedefs

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