webf-native-plugins
Installation
SKILL.md
WebF Native Plugins
When building WebF apps, you often need access to native platform capabilities like sharing content, accessing the camera, handling payments, or using geolocation. WebF provides native plugins that bridge JavaScript code with native platform APIs.
What Are Native Plugins?
Native plugins are packages that:
- Provide native platform capabilities (share, camera, payments, sensors, etc.)
- Work across iOS, Android, macOS, and other platforms
- Use JavaScript APIs in your code
- Require both Flutter and npm package installation
- Bridge to native platform APIs through Flutter
When to Use Native Plugins
Use native plugins when you need capabilities that aren't available in standard web APIs: