flutter-animating-apps
Visual feedback, transitions, and physics-based motion for Flutter apps using the Animation framework.
What it does
- Core Concepts
- Animation Strategies
- Implementing Implicit Animations
- Implementing Explicit Animations
- Implementing Hero Transitions
- Implementing Physics-Based Animations
- Curve: Apply non-linear timing (e.g., Curves.easeIn, Curves.bounceOut) to an animation using a CurvedAnimation or CurveTween.
Requirements & configuration
- Use this workflow when you need granular control over the animation lifecycle.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Visual feedback, transitions, and physics-based motion for Flutter apps using the Animation framework.
Source
Repository: https://github.com/flutter/skills
flutter-animating-apps FAQ
What does the flutter-animating-apps skill do?
Implements animated effects, transitions, and motion in a Flutter app. Use when adding visual feedback, shared element transitions, or physics-based animations. Core Concepts Animation Strategies
What does flutter-animating-apps require?
Use this workflow when you need granular control over the animation lifecycle.
How do I install flutter-animating-apps?
Run: npx -y skills add https://github.com/flutter/skills --skill flutter-animating-apps --agent claude-code — the source lives at github.com/flutter/skills.
Maintain flutter-animating-apps?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/flutter-skills-flutter-animating-apps?ref=badge) npx agentictools info skills/flutter-skills-flutter-animating-apps The second line is the CLI lookup for this page — handy in READMEs and docs.