A collection of modern and reusable Flutter animations.
This project includes practical examples using:
AnimatedBuilder
andTransform
- Chained animations with timelines
- Custom
Curves
andTween
Clippers
and shape transformations- Lottie animations from JSON files
- Declarative animations with
flutter_animate
- ... and much more!
Animation Type | Preview |
---|---|
Transform.rotate |
![]() |
Curves.bounceOut |
![]() |
Lottie.network() |
![]() |
More examples and visuals coming soon!
git clone https://github.com/Tchano-Py/flutter_animations_showcase.git
cd flutter_animations_showcase
flutter pub get
flutter run