A plugin to use Contensquare in Flutter apps.

This plugin supports Android and iOS.

Features

Use this plugin in your Flutter app to:

  • Manage opt-in and opt-out of analytic.
  • Track screenviews and transactions.

Getting started

This plugin relies on the Contentsquare native SDKs to log events. It exposes a unified surface, but you can consult each SDK documentation for more in-depth information :

iOS

To ensure the best experience, you should target 10+ iOS version. In Podfile add this line at the top of the file:

platform :ios, '10.0'

Android

The plugin works out of the box.

Usage

To learn how to use this plugin, see the documentation

Libraries

contentsquare