magic_animations 0.1.0 copy "magic_animations: ^0.1.0" to clipboard
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 AnimateController and AnimateTrigger.
1
likes
160
points
108
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Beautiful, easy-to-use Flutter animations. Chainable entrance, interactive, and GLSL shader effects with a dead-simple API.

Repository (GitHub)
View/report issues

Topics

#animation #ui #effects #shaders #transitions

License

MIT (license)

Dependencies

flutter

More

Packages that depend on magic_animations