flutter-animating-apps
Implement Flutter animations using implicit, explicit, Hero, and physics-based strategies with best practices.
Install
npx skills add https://github.com/flutter/skills --skill flutter-animating-appsStats
| Total installs | 2,616 |
| Weekly installs | 2.6K |
| GitHub stars | 833 |
| First seen | Mar 13, 2026 |
| Source | @flutter/skills |
Summary
- Four animation strategies: implicit animations for simple property changes, explicit animations with playback control, Hero transitions for shared elements between routes, and physics-based animations for gesture-driven natural motion
- Core typed Animation system with AnimationController, Tween, and Curve classes; always dispose controllers to prevent memory leaks
- Staggered animations using Interval curves to coordinate multiple properties on a single timeline
- Detailed workflows for each animation pattern, from setup through validation, with runnable examples including staggered animations and custom page route transitions
Tags
Related skills
| Skill | Installs | vs flutter-animating-apps |
|---|---|---|
| heroui-native | 2,962 | +346 |
| flutter-testing-apps | 2,411 | -205 |
| clerk-setup | 2,925 | +309 |
| accessibility-compliance | 5,388 | +2,772 |
| flutter-localizing-apps | 2,226 | -390 |
FAQ
- How many installs does flutter-animating-apps have?
- flutter-animating-apps has 2,616 total installs and 2.6K installs this week.
- Where is flutter-animating-apps hosted?
- flutter-animating-apps is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-animating-apps have?
- flutter-animating-apps has 833 GitHub stars.
- When was flutter-animating-apps first indexed?
- OrangeBot.AI first indexed flutter-animating-apps on Mar 13, 2026.
- How do I install flutter-animating-apps?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-animating-apps