This document will cover integration steps for iOS side of your Flutter application.
Open your Flutter project’s pubspec.yaml file
Run flutter pub get in the terminal
Changes in PodFile and Run pod
Change iOS Deployment Target
AppDelegate
, add the below code inside didFinishLaunchingWithOptions
method, just before returning.
WORKSPACE KEY
and WORKSPACE SECRET
with values linked to your account. You’ll find this in SuprSend dashboard (Developers -> API Keys) page.