flutter-animations
Comprehensive guide and code examples for implementing smooth, performant animations in Flutter apps.
Install
npx skills add https://github.com/madteacher/mad-agents-skills --skill flutter-animationsStats
| Total installs | 10,735 |
| Weekly installs | 10.7K |
| GitHub stars | 88 |
| First seen | Jan 22, 2026 |
| Source | @madteacher/mad-agents-skills |
Summary
- Covers five animation approaches: implicit animations (AnimatedContainer, AnimatedOpacity, TweenAnimationBuilder), explicit animations (AnimationController, Tween, AnimatedWidget/AnimatedBuilder), hero animations (shared element transitions), staggered animations (sequential/overlapping with Interval timing), and physics-based animations (spring, gravity, fling)
- Includes decision tree for choosing the right animation type based on control needs, property count, and user interaction patterns
- Provides complete code examples for each pattern, from simple fade transitions to complex staggered menu reveals and radial hero animations
- Built-in performance tips: controller disposal, AnimatedBuilder for optimal rebuilds, avoiding setState() in listeners, and timeDilation for debugging
Tags
Related skills
| Skill | Installs | vs flutter-animations |
|---|---|---|
| flutter-expert | 6,969 | -3,766 |
| app-store-screenshots | 7,390 | -3,345 |
| swiftui-performance-audit | 4,335 | -6,400 |
| sleek-design-mobile-apps | 30,821 | +20,086 |
| power-bi-report-design-consultation | 7,529 | -3,206 |
FAQ
- How many installs does flutter-animations have?
- flutter-animations has 10,735 total installs and 10.7K installs this week.
- Where is flutter-animations hosted?
- flutter-animations is published by @madteacher/mad-agents-skills at https://github.com/madteacher/mad-agents-skills.
- How many GitHub stars does flutter-animations have?
- flutter-animations has 88 GitHub stars.
- When was flutter-animations first indexed?
- OrangeBot.AI first indexed flutter-animations on Jan 22, 2026.
- How do I install flutter-animations?
- Run: npx skills add https://github.com/madteacher/mad-agents-skills --skill flutter-animations