linkzly_flutter_sdk 1.0.6
linkzly_flutter_sdk: ^1.0.6 copied to clipboard
Flutter SDK for Linkzly deep linking, attribution tracking, and mobile measurement.
1.0.6 Latest Android SDK support #
0.1.4 Push notification support #
Added #
- Device token registration APIs:
setNotificationToken,getNotificationToken,hasNotificationToken, andclearNotificationTokenfor APNs/FCM token management with Linkzly's device registry. - Broadcast topic subscription APIs:
initializePushanddisablePushfor FCM broadcast campaigns. - Native bridge support on iOS and Android (requires LinkzlySDK ≥ 1.0.3 on iOS and
linkzly-android-sdk≥ 1.0.5 on Android). - Push notification examples in the sample app and README documentation.
0.1.0 Initial SDK Launch #
Added #
- Initial public release of the Linkzly Flutter SDK.
- Core Dart API for generating and managing Linkzly links.
- Flutter plugin integration for native platform communication.
Platform Support #
- Android support via MethodChannel bridge.
- iOS support via MethodChannel bridge.
- EventChannel support for link and callback events.