flutter-platform-views
Guides implementation of Flutter Platform Views for embedding native Android, iOS, macOS, and web components.
Install
npx skills add https://github.com/flutter/skills --skill flutter-platform-viewsStats
| Total installs | 950 |
| Weekly installs | 944 |
| GitHub stars | 833 |
| First seen | Mar 4, 2026 |
| Source | @flutter/skills |
Summary
- Supports Android Hybrid Composition (native fidelity) and Texture Layer (Flutter performance), iOS/macOS Hybrid Composition, and web full-page or embedded multi-view modes
- Provides complete Dart and native code templates (Kotlin for Android, Swift for iOS/macOS, JavaScript for web) with factory registration patterns
- Requires decision tree upfront to determine target platform and embedding strategy before implementation
- Includes validation checks for Android API 23+, manual view invalidation for SurfaceView, and multi-view web constraints (runWidget instead of runApp)
Tags
Related skills
| Skill | Installs | vs flutter-platform-views |
|---|---|---|
| flutter-testing | 1,024 | +74 |
| react-native-expert | 1,079 | +129 |
| core-data-expert | 911 | -39 |
| tailwindcss | 980 | +30 |
| flutter-state-management | 1,086 | +136 |
FAQ
- How many installs does flutter-platform-views have?
- flutter-platform-views has 950 total installs and 944 installs this week.
- Where is flutter-platform-views hosted?
- flutter-platform-views is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-platform-views have?
- flutter-platform-views has 833 GitHub stars.
- When was flutter-platform-views first indexed?
- OrangeBot.AI first indexed flutter-platform-views on Mar 4, 2026.
- How do I install flutter-platform-views?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-platform-views