appmetrica / appmetrica-flutter-plugin

AppMetrica Plugin for Flutter
https://appmetrica.io
Other
4 stars 3 forks source link
analytics android appmetrica crashes flutter ios

AppMetrica SDK for Flutter

A Flutter plugin for AppMetrica by Yandex. AppMetrica is an end-to-end app analytics and marketing tool that works across all major mobile platforms.

Supported Features

This library helps you collect the following data:

You can learn more on AppMetrica web site.

Getting Started

In your flutter project add the following dependency:

dependencies:
  ...
  appmetrica_plugin: ^3.2.0

Activate library using AppMetrica.activate with your API Key

AppMetrica.activate(AppMetricaConfig("insert_your_api_key_here"));

And report event via AppMetrica.reportEvent

AppMetrica.reportEvent('My first AppMetrica event!');

Suggesting improvements

To file bugs, make feature requests, or to suggest other improvements, please use the feedback form.

Notes

This plugin uses Pigeon to generate interfaces for communication between Flutter and host platform.