Stars
★ 2.8k
Embed native Android, iOS, and macOS views in Flutter widgets
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-embedding-native-views .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
Build and fix layouts using the constraint system (Row, Column, Stack)
Create Flutter plugins that bridge Dart with platform code