animate_kit 0.1.0
animate_kit: ^0.1.0 copied to clipboard
State-driven Flutter animation primitives built on flutter_animate. Respects system reduce-motion. Includes entrance, opacity, surface, and skeleton shimmer widgets.
0.1.0 #
- Initial extraction from sdraw monorepo.
FadeEntrance: fade + slide-Y entrance animation.AnimatedVisibility: state-driven opacity with configurable minOpacity.AnimatedSurface: state-driven BoxDecoration transition.SkeletonBox: repeating shimmer for loading placeholder states.- All widgets respect
MediaQuery.disableAnimations.