linklytics_flutter 1.2.5
linklytics_flutter: ^1.2.5 copied to clipboard
A Flutter plugin for integrating Linklytics analytics into your Flutter applications.
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 linklytics_flutter plugin
- Added support for Android and iOS platforms
- Implemented basic analytics tracking functionality
- Added event tracking capabilities
- Plugin platform interface integration