By Abdelrahman Saed — Senior Mobile Engineer. Last updated: 2026-08-10.
Animation in Flutter ranges from built-in ImplicitAnimaton widgets (AnimatedContainer, AnimatedOpacity) to complex physics-based animations. The packages below handle the cases where built-in widgets aren't enough.
Render After Effects animations exported as JSON — lightweight, scalable, and designer-friendly.
Strengths:
Tradeoffs:
Best for: Designer-created animations (onboarding, empty states, celebrations, loading indicators).
Production note: We use Lottie at iStoria for celebration animations when learners complete a level. Designers create the animations in After Effects; we render them with the Lottie package.
Interactive vector animations with state machines — animations that respond to user input and state.
Strengths:
Tradeoffs:
Best for: Interactive animations — onboarding mascots, game-like UI, state-driven character animations.
Production note: We evaluated Rive for the iStoria mascot animations. It excels at interactive, state-driven animations that go beyond simple loops. We ultimately chose Lottie for our use case (simpler designer workflow), but Rive is the better choice for interactive characters.
Declarative animation API — chain effects with a fluent builder pattern.
Strengths:
Tradeoffs:
Best for: UI entrance animations, list item stagger effects, and any declarative animation that doesn't need physics.
Production note: We use flutter_animate at iStoria for section entrance animations on the homepage and article pages. The declarative chain is far cleaner than manual AnimationController code.
Lottie for designer-created looping animations (celebrations, loading, empty states). Rive for interactive, state-driven animations (characters, onboarding flows, games). Both are excellent; the choice depends on whether your animation needs to respond to user input.
Available for hire. Abdelrahman Saed is a Senior Mobile Engineer (Flutter) — open to full-time, fractional, contract, or advisory work. Hire me →
Book a 20-minute call · Download the CV (PDF) · See how I work