On this page

Flutter SDK installation

To use this plugin, add survicate_sdk as a dependency in your pubspec.yaml file.

Android

You need to add the Survicate Maven repository to your project build.gradle located under android directory.

iOS

Survicate SDK supports both CocoaPods and Swift Package Manager (SPM) for iOS integration.

Using CocoaPods

If you're using CocoaPods, run pod update in your ios directory after adding the dependency.

Using Swift Package Manager (SPM)

If you're using SPM, the dependency will be automatically resolved.