Каталог / madteacher / flutter-animations

flutter-animations

madteacher/mad-agents-skills
14K
установок
#725
в рейтинге

Что делает

Comprehensive guide для имплементации animations в Flutter с decision trees и паттернами для каждого типа анимации.
  • Охватывает пять animation approaches: implicit animations (AnimatedContainer, AnimatedOpacity, TweenAnimationBuilder), explicit animations (AnimationController, Tween, AnimatedWidget/AnimatedBuilder), hero animations (shared element transitions), staggered animations (sequential/overlapping с Interval timing) и physics-based animations (spring, gravity, fling)
  • Включает decision tree для выбора правильного animation типа базируясь на control needs, property count и user interaction patterns
  • Предоставляет complete code examples для каждого паттерна, от простых fade transitions до сложных staggered menu reveals и radial hero animations
  • Встроенные performance tips: controller disposal, AnimatedBuilder для оптимальных rebuilds, избегание setState() в listeners и timeDilation для debugging

Установка

$ npx skills add madteacher/mad-agents-skills