appmetrica_sdk 0.0.4+3 appmetrica_sdk: ^0.0.4+3 copied to clipboard
A Flutter plugin for Yandex AppMetrica SDK, a marketing platform for app install attribution, app analytics, and push campaigns.
appmetrica_sdk #
A Flutter plugin for Yandex AppMetrica SDK.
Plugin implementation status #
Implemented #
- ✅ Events (https://appmetrica.yandex.com/docs/mobile-events/concepts/events.html)
- ✅ Profiles (https://appmetrica.yandex.com/docs/mobile-profile/concepts/profile.html)
Not implemented yet #
- ❌ Revenue (https://appmetrica.yandex.com/docs/revenue/concepts/about.html). Coming soon.
- ❌ Crashes (https://appmetrica.yandex.com/docs/crashes/about.html)
- ❌ Push notifications (https://appmetrica.yandex.com/docs/push/concepts/about.html)
- ❌ Multiple reporters support (with different API keys)
- ❌ Deeplinks
Usage #
To use this plugin, add appmetrica_sdk
as a dependency in your pubspec.yaml file. See demonstration how to use the appmetrica_sdk plugin in example section.
Documentation #
Common documentation available on AppMetrica official site.
Bugs or Requests #
If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on GitHub and we'll look into it. Pull request are also welcome.