Flutter plugin for the Localytics analytics, push, and engagement SDK on Android and iOS.
Changelog excerpt:
Initial release on pub.dev as localytics_flutter_sdk(Android SDK 7.1.0, iOS SDK 7.1.1).
Added
- Initial Flutter plugin wrapping the Localytics native SDKs.
- Android: depends on
com.localytics.androidx:library:7.1.0via thehttps://maven.localytics.com/publicMaven repository. - iOS: depends on the official
Localytics-swiftpmpackage, pinned to7.1.1exactly via Swift Package Manager — matching the Maven pin on the Android side so both halves of the plugin track the same test[…]