Skip to main content
To use Qonversion in your Flutter app, add qonversion as a dependency in your pubspec.yaml file:
dependencies:
  qonversion_flutter: ^11.0.0
Then install the dependency
flutter pub get
After installation, make sure to install the iOS pods:
cd ios && pod install