Extend your WebF applications with native platform capabilities through easy-to-use plugins
Access native platform features like deep linking, sharing, and more through JavaScript APIs.
Share content, text, and images in Flutter applications. Save screenshots, create previews, and integrate with native sharing mechanisms.
Share images, text, and URLs using native platform mechanisms
Save screenshots to device storage with platform-specific handling
Create preview images for temporary display in your app
Works seamlessly on iOS, Android, and macOS
SQLite database for WebF applications. Provides persistent local storage with SQL queries, transactions, and batch operations.
Execute raw SQL queries and prepared statements with parameters
Insert, query, update, and delete data with type-safe APIs
Execute multiple operations atomically with transaction support
Execute multiple statements efficiently in a single batch
Bluetooth Low Energy (BLE) device scanning, connection, and GATT operations. Connect to BLE peripherals and exchange data.
Scan for nearby BLE devices with optional service UUID filters
Connect and disconnect from BLE devices with timeout and MTU support
Discover services, characteristics, and descriptors on connected devices
Subscribe to characteristic notifications for real-time updates
Learn how to build custom native plugins to extend WebF with platform-specific functionality.