flutter

Installation
SKILL.md

Flutter

Purpose

Build Flutter applications whose widget tree rebuilds only where it must. Flutter's performance model is simple and unforgiving: a setState at the top of the tree rebuilds everything below it.

When to Use

  • Building or reviewing a Flutter application.
  • Choosing and applying a state-management approach.
  • Diagnosing jank or excessive rebuilds.
  • Integrating with platform-native code.

Capabilities

Installs
2
GitHub Stars
26
First Seen
Jul 16, 2026
flutter — nimadorostkar/claude-skills-collection