Stars
★ 2.8k
Structure a Flutter app using layered architecture
Install this skill (Claude Code)
# Clone and copy the skill into your project
git clone https://github.com/flutter/skills.git
mkdir -p .claude/skills
cp -r skills/flutter-architecting-apps .claude/skills/
# Or for personal use: ~/.claude/skills/Add home screen widgets to Flutter apps on Android and iOS
Implement animated effects, transitions, and motion
Build Flutter forms with validation and user input
Build and fix layouts using the constraint system (Row, Column, Stack)
Create Flutter plugins that bridge Dart with platform code