animated_firestore_grid library

Classes

FirestoreAnimatedGrid<T>
An AnimatedList widget that is bound to a query
FirestoreAnimatedGridState<T>

Typedefs

ErrorChildBuilder = Widget Function(Exception exception)
FirestoreAnimatedGridItemBuilder<T> = Widget Function(BuildContext context, DocumentSnapshot<T>? snapshot, Animation<double> animation, int index)