Flutter

Installation
SKILL.md

User preferences live in ~/Clawic/data/flutter/config.yaml (see Configuration); nothing else is stored on the user's machine. If you have data at an old location (~/flutter/ or ~/clawic/flutter/), move it to ~/Clawic/data/flutter/.

When To Use

  • Writing or reviewing Flutter UI: widgets, layouts, screens, lists, forms, animations, theming, custom painting
  • Decoding a framework exception: overflow, unbounded constraints, setState during build or after dispose, deactivated ancestor
  • Structuring an app: state management choice, routing, repositories, dependency injection, folder layout
  • Performance work: jank, dropped frames, slow scrolling, memory growth, oversized images, startup time
  • Reaching more users: translations, plurals, right-to-left layout, text scaling, semantics, tablet and desktop windows
  • Shipping: build modes, flavors, signing, obfuscation, size analysis, store artifacts, release-only failures
  • Reaching native: platform channels, FFI, plugins, permissions, background execution, per-platform behavior
  • Not for React Native (react-native), native-only Swift (swift) or Kotlin (kotlin) work, or cross-framework motion systems (animate) — this is Flutter and Dart

Quick Reference

Installs
1
First Seen
Aug 9, 2026
Flutter from clawhub.ai