appmetrica_sdk 0.0.7+1 appmetrica_sdk: ^0.0.7+1 copied to clipboard
A Flutter plugin for Yandex AppMetrica SDK, a marketing platform for app install attribution, app analytics, and push campaigns.
0.0.7+1 #
- Upgrade AppMetrica SDK (Android 3.21.0/iOS 4.0.0).
0.0.7 #
- Added null-safety (#10) via Bhagat8533.
0.0.6 #
- Upgrade AppMetrica SDK (Android 3.18.0/iOS 3.14.0).
- Upgrade Android plugin.
0.0.5+2 #
- Upgrade AppMetrica SDK (Android 3.14.3/iOS 3.11.1).
- Upgrade dependencies.
- Update plugin documentation.
0.0.5+1 #
- Upgrade AppMetrica SDK (Android 3.10.0/iOS 3.9.4).
0.0.5 #
- Add
reportReferralUrl
function (#5) via kirill09. Sets referral URL for app installs. - Upgrade AppMetrica SDK for iOS (3.9.2).
0.0.4+4 #
- Plugin
README.md
polishing.
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.