exponea 1.1.0 copy "exponea: ^1.1.0" to clipboard
exponea: ^1.1.0 copied to clipboard

A full featured wrapper for Exponea SDK that supports Android and iOS.

Flutter Exponea SDK #

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.

Getting started #

In your projects pubspec.yaml file, add dependency to Flutter Exponea SDK:

exponea: x.y.z

iOS setup #

  • $ cd ios
  • $ pod install

Minimal supported iOS version for Exponea SDK is 10.3, you may need to change iOS version on the first line of your ios/Podfile to platform :ios, '10.3', or higher.

Android setup #

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.

Documentation #

If facing any issues, look for Troubleshooting section in the respective document.

Release Notes #

Release notes for the SDK.

3
likes
0
pub points
81%
popularity

Publisher

verified publisherexponea.com

A full featured wrapper for Exponea SDK that supports Android and iOS.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_web_plugins, meta, plugin_platform_interface

More

Packages that depend on exponea