Setup & Installation
What This Skill Does
Guides you through creating Flutter plugins that bridge Dart code with platform-specific native APIs. Covers both standard method channel plugins and FFI-based plugins for C/C++ interop, with workflows for Android, Windows, and federated plugin architectures. It walks through each platform's tooling quirks and build steps so you don't have to piece together scattered docs every time you create or extend a plugin.
When to use it
- Working with flutter building plugins functionality
- Implementing flutter building plugins features
- Debugging flutter building plugins related issues
