/piano_analytics_plugin

A Flutter plugin for use Piano analytics SDK

Primary LanguageDartMIT LicenseMIT

piano_analytics_plugin

A Flutter plugin for use Piano analytics SDK

Piano analytics Developers Documentation

Piano Analytics is the logical progression to our Analytics Suite 2, a solution that has been continuously developed for over 20 years and endorsed by tens of thousands of customers. With its user-centric, ethical-by-design and value driven data model, Piano Analytics synthesises product & marketing analytics, while solving the serious data quality issues facing the industry.

To read the developers documentation, see Pinao Analytics.

Note: This plugin is still under development, and some APIs might not be available yet. Feedback and Pull Requests are most welcome!

Mobile Support

Usage

To use this plugin, add piano_analytics_plugin as a dependency in your pubspec.yaml file.

Set configuration

This function is used for set piano analytics configuration.

    Future<void> setConfiguration({required String collectDomain, required int site});

Send event

This function is used send event.

    Future<void> sendEvent({required String eventName, required Map<String, dynamic> data});

Plugins

Plugin Links
SDK iOS https://github.com/at-internet/piano-analytics-apple
SDK android https://github.com/at-internet/piano-analytics-android