Stars
★ 2.8k
Build and fix layouts using the constraint system (Row, Column, Stack)
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-building-layouts .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
Structure a Flutter app using layered architecture
Build Flutter forms with validation and user input
Create Flutter plugins that bridge Dart with platform code