magic_animations 0.1.0
magic_animations: ^0.1.0 copied to clipboard
Beautiful, easy-to-use Flutter animations. Chainable entrance, interactive, and GLSL shader effects with a dead-simple API.
0.1.0 #
Initial release.
Entrance animations #
FadeIn,SlideIn(up/down/left/right),ScaleIn,BlurIn,FlipIn,PrintIn(unroll/reveal through a slot, like a printing receipt),Shimmer.
Interactive animations #
PressScale,BouncyTap,RippleTap,Jiggle(with optional haptics).
Shader effects #
Glow,Liquid,Dissolve,GradientFlow(GLSL fragment shaders).
API #
- Wrapper widgets plus chainable extension methods on
Widget(.fadeIn(),.pressScale(), ...). - Manual control via
AnimateControllerandAnimateTrigger.