Getting Started
Flutter SDK
Flutter SDK for the Airvoy eSIM connectivity API.
Overview
The Airvoy Flutter SDK provides a Dart interface for provisioning eSIMs, managing connectivity, and monitoring data usage on both iOS and Android. It wraps the Airvoy REST API and includes pre-built Flutter widgets for common eSIM workflows like installation, usage display, and upselling full internet access.
The package is published on pub.dev and supports both iOS and Android platforms.
Requirements
- Flutter 3.10.0+
- Dart 3.0.0+
- eSIM installation requires iOS 12.1+ or Android 9+
Dependencies
The SDK depends on http (^1.2.0) for networking, url_launcher (^6.2.0) for device eSIM installation, and qr_flutter (^4.1.0) for QR code generation.