skills/skills.volces.com/openclaw-flutter-animations

openclaw-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
5
First Seen
Apr 21, 2026
openclaw-flutter-animations from skills.volces.com