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.
0.0.4+3 #
- Remove the deprecated
author:
field from pubspec.yaml. - Fix example app by adding a call to
ensureInitialized
. - Update example code. Plugin documentation polishing.
CONTRIBUTING.md
added.
0.0.4+2 #
- Upgrade AppMetrica SDK for Android (3.8.0).
0.0.4+1 #
- Upgrade AppMetrica SDK for iOS (3.8.2). Fixed an issue #2 with "helper" command line tool in dynamic frameworks.
0.0.4 #
- Upgrade AppMetrica SDK (Android 3.7.2/iOS 3.8.0).
- Add
sendEventsBuffer
function. Sends stored events from the buffer. - Android only. Add
maxReportsInDatabaseCount
activation parameter - maximum number of events that can be stored in the database on the phone before being sent to AppMetrica.
0.0.3 #
- Add
setUserProfileID
function (required for predefined profile attributes). - Update example code.
- Upgrade dependencies.
0.0.2+1 #
- iOS polishing.
- Update readme.
0.0.2 #
- Add crash reporting flag.
- Cleanup.
0.0.1 #
- Initial release. Based on C++ version of Appmetrica SDK integration for Cocos2d-x.