The story
A public, open-source reference repo for advanced Flutter animation patterns. I built it because I kept hitting the same handful of animation problems across client projects — and the same handful of high-quality solutions kept getting lost in my private notebooks.
Now they live in one place. Anyone can clone, run, and crib from them.
What's in it
- Lottie animations — clean integration patterns.
- Animated cards — gesture-driven flip, swipe, and scale interactions.
- Parallax + physics-driven scrolling — the kind of effect that makes a list feel premium.
- Custom clip paths — using
CustomClipperfor non-rectangular shapes and reveals. - Navigation animations — shared element transitions between routes.
- Custom loaders — animated loaders that don't feel generic.
- Gesture-based overlays and bottom sheets — the smooth, sticky kind.
Why it's public
Animation is one of those things that's easier to learn by reading working code than by reading docs. The repo isn't a tutorial — it's a working example you can run and modify.
Stack
Flutter, Dart, Lottie, implicit + explicit Flutter animations, Gesture and Scroll APIs.
Find it
The repo is at github.com/TarunNagaSai/Flutter-Animations. Stars welcome.