Setup & Installation
What This Skill Does
Embeds native Android, iOS, and macOS views directly into Flutter widget trees. Covers both platform view composition (maps, web views, camera previews) and multi-view web embedding where Flutter renders into specific DOM elements rather than taking over the full page. Platform view setup involves tricky per-platform registration code, composition mode tradeoffs, and invalidation quirks that are easy to get wrong without a reference for each target.
When to use it
- Working with flutter embedding native views functionality
- Implementing flutter embedding native views features
- Debugging flutter embedding native views related issues
