auto_animated library

Classes

AnimateIfVisible
AnimateIfVisibleWrapper
LiveGrid
LiveIconButton
Creates an AnimatedIcon which is automatically animated.
LiveList
A scrolling container that animates items when widget mounted or they are inserted or removed.
LiveListState
The state for a scrolling container that animates items when they are inserted or removed.
LiveOptions
LiveSliverGrid
LiveSliverList

Enums

IconState
This file was borrowed from https://github.com/Arjunraj-k/auto_animated_icon Arjunraj Kokkadan is also its copyright holder

Constants

defaultVisibilityFraction → const double

Typedefs

AutoAnimatedBuilder = Widget Function(BuildContext context, Animation<double> animation)
LiveListItemBuilder = Widget Function(BuildContext context, int index, Animation<double> animation)
Signature for the builder callback
LiveListRemovedItemBuilder = Widget Function(BuildContext context, Animation<double> animation)
Signature for the builder callback