smartlinks_analytics 2.0.3
smartlinks_analytics: ^2.0.3 copied to clipboard
Dart analytics and deep linking API for the SmartLinks Flutter SDK.
2.0.1 #
- Monorepo alignment with
smartlinks_flutter2.x andsmartlinks_corenative bridge. - Promo code APIs, purchase verification, and deep link attribution via unified SDK.
2.0.3 #
Same version as smartlinks_flutter 2.0.3. See umbrella changelog for details.
- Prefer
SmartLinks.analyticsfrom the umbrella package; standalone class remains for advanced use.
1.2.6 #
- Migrated analytics and attribution to V2 communication standards.
- Added support for registry-based attribution with
app_user_id. - Synchronized handshake and event models between Android and iOS.
- Improved debug data bifurcation using the
is_debugflag.
1.2.5 #
- Fixed a race condition on iOS where deferred deep links (and attribution IDs) arriving after app initialization were lost.
- Implemented a native link listener mechanism to push late-arriving links to Flutter.
- Fixed a threading issue where native-to-Flutter messages were occasionally sent from background threads.
1.2.4 #
- Fixed iOS attribution data flow mismatch (
parametersvsparams). - Added missing
linkandapp_slugfields to iOS DeepLink routes for better consistency. - Improved error handling for native-to-flutter communication.
1.2.3 #
- Added support for modern Apple StoreKit 2 (JWS) purchase tokens.
- Implemented social media bot/crawler filtering for link clicks.
- Fixed minor formatting issues in receipt cleaning.
1.2.2 #
- Added Affiliate Attribution tracking.
- Implemented automatic anonymous User ID persistence.
- Updated purchase verification to include attribution data.
1.2.1 #
- Fixed iOS install recording for Smart Links by passing device info to attribution endpoint.
- Synchronized SDK internal versioning.
1.2.0 #
- Added In-App Purchase verification for Apple and Google Play.
- Added
verifyApplePurchaseandverifyGooglePurchasemethods.
1.1.9 #
- Added Promo Code validation and redemption features.
- Added managed persistence for promo code premium status using Hive.
1.1.8 #
- Updated Android SDK to 1.2.4
- Fixed attribution fingerprint mismatch (iOS/Android/Web now consistent)
1.1.7 #
- Removed Facebook Event SDK implementation
1.1.6 #
- Exported DeepLinkRoute class for use in callbacks
1.1.5 #
- Fixed missing device info in analytics events
- Updated Android SDK dependency to 1.2.3
1.1.4 #
- fix bugs
1.1.3 #
- fix bugs
1.1.2 #
- fix bugs
1.1.1 #
- fix bugs
1.1.0 #
- fix bugs
1.0.9 #
- Community
- Blog
1.0.8 #
- facebook events
1.0.7 #
- fix bugs
- Added support for iOS
1.0.6 #
- fix bugs
1.0.5 #
- fix bugs
1.0.0 #
- Initial release of smartlinks_analytics plugin
- Added support for Android and iOS platforms
- Implemented basic analytics tracking functionality
- Added event tracking capabilities
- Plugin platform interface integration
2.0.2 #
Same version as smartlinks_flutter 2.0.2. See umbrella changelog for details.