contentsquare 0.4.0
contentsquare: ^0.4.0 copied to clipboard
Contentsquare Flutter plugin. This plugin implements the [contentsquare_platform_interface](https://pub.dev/packages/contentsquare_platform_interface)
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