A Flutter plugin for use Piano analytics SDK
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!
To use this plugin, add piano_analytics_plugin as a dependency in your pubspec.yaml file.
This function is used for set piano analytics configuration.
Future<void> setConfiguration({required String collectDomain, required int site});
This function is used send event.
Future<void> sendEvent({required String eventName, required Map<String, dynamic> data});
Plugin | Links |
---|---|
SDK iOS | https://github.com/at-internet/piano-analytics-apple |
SDK android | https://github.com/at-internet/piano-analytics-android |