Flutter Exponea SDK allows your application to interact with the Exponea Customer Data & Experience Platform. Exponea empowers B2C marketers to raise conversion rates, improve acquisition ROI, and maximize customer lifetime value.
Flutter SDK is implemented as a wrapper around native Android SDK and native iOS SDK.
In your projects pubspec.yaml
file, add dependency to Flutter Exponea SDK:
exponea: x.y.z
$ cd ios
$ pod install
Minimal supported iOS version for Exponea SDK is 11.0, you may need to change iOS version on the first line of your ios/Podfile
to platform :ios, '11.0'
, or higher.
You'll most likely need to enable multidex. Edit android/app/build.gradle
and add multiDexEnabled true
to android defaultConfig.
android {
...
defaultConfig {
...
multiDexEnabled true
}
Minimal supported Android API level for Exponea SDK is 21.
- Basics concepts
- Configuration
- Tracking
- Tracking Campaigns(Android App Links/Universal links)
- Fetching
- Push notifications
- Anonymize customer
- In-App Personalization
- App Inbox
- Example/Package development documentation - Learn how to build example application or the package itself
- SDK version update guide
If facing any issues, look for Troubleshooting section in the respective document.
Release notes for the SDK.
Are you a Bloomreach customer and dealing with some issues on mobile SDK? You can reach the official Engagement Support via these recommended ways. Note that Github repository issues and PRs will also be considered but with the lowest priority and without guaranteed output.