flutter-animations

Installation
SKILL.md

Flutter Animations

Overview

Create smooth, performant animations in Flutter using the right approach for each use case. This skill covers complete animation workflow: from choosing between implicit/explicit approaches to implementing complex effects like hero transitions and staggered animations.

Animation Type Decision Tree

Choose the right animation type based on your requirements:

Implicit Animations - Use when:

  • Animating a single property (color, size, position)
  • Animation is triggered by state change
  • No need for fine-grained control
Installs
10
Repository
im5tu/claude
GitHub Stars
1
First Seen
Feb 26, 2026
flutter-animations — im5tu/claude