flutter-animation
Implements Flutter animations using implicit, explicit, physics-based, and staggered strategies with performance optimization.
Install
npx skills add https://github.com/flutter/skills --skill flutter-animationStats
| Total installs | 1,099 |
| Weekly installs | 1.1K |
| GitHub stars | 833 |
| First seen | Mar 4, 2026 |
| Source | @flutter/skills |
Summary
- Includes a decision tree to choose between implicit animations, explicit tweens, physics-based motion, hero transitions, staggered sequences, and page route transitions
- Provides complete code examples for each animation type, from simple AnimatedContainer to complex staggered multi-tween setups
- Enforces strict memory management with mandatory AnimationController disposal and performance best practices using AnimatedBuilder
- Covers physics simulations for realistic spring and drag-based motion, plus shared-element hero animations across route transitions
Tags
Related skills
| Skill | Installs | vs flutter-animation |
|---|---|---|
| ctf-reverse | 995 | -104 |
| flutter-layout | 1,251 | +152 |
| flutter-app-size | 1,003 | -96 |
| foundation-models-on-device | 1,036 | -63 |
| flutter-localization | 985 | -114 |
FAQ
- How many installs does flutter-animation have?
- flutter-animation has 1,099 total installs and 1.1K installs this week.
- Where is flutter-animation hosted?
- flutter-animation is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-animation have?
- flutter-animation has 833 GitHub stars.
- When was flutter-animation first indexed?
- OrangeBot.AI first indexed flutter-animation on Mar 4, 2026.
- How do I install flutter-animation?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-animation