lemnisk_flutter 1.2.1 copy "lemnisk_flutter: ^1.2.1" to clipboard
lemnisk_flutter: ^1.2.1 copied to clipboard

The Lemnisk Flutter Plugin allows you to track user event data from your Android or IOS app. The Plugin can be easily imported into any Android or iOS app. Based on the data it receives from the user [...]

1.0.1 #

  • Intitial Release of flutter plugin which acts as a wrapper to lemnisk ios and android native sdk

1.0.2 #

  • Updated the native ios sdk version of the wrapper to 3.8.6 in which we have combined the LemniskNotificationService and LemniskNotificationContent targets of ios into the main component of the library (Lemnisk-iOS-SDK).

  • Dynamic buttons for push notifications was introduced in native ios sdk.

1.0.3 #

  • Minor additions to android events data

1.0.4 #

  • Minor fix to Logging

1.0.5 #

  • Added support for setting server url explicitly in NotificationServiceExtension.

1.1.0 #

  • Releasing Android 14 API level 34 support
  • Releasing iOS18 support
  • Added support for multiple push notification providers in iOS

1.1.1 #

  • Fixed swizzling issue such that original notification center delgate methods are called properly from swizzled ones.

1.1.2 #

  • Modified Certificate pinning logic for ios

1.1.3 #

  • Improved push notification deliverability.

1.1.4 #

  • Added certificate pinning functionality to ios sdk.

1.1.5 #

  • Minor functionality improvements.

1.1.6 #

  • Addressed issues related to Huawei device integrations

1.1.7 #

  • Updated ios and android sdk's to handle new event tracking format

1.1.8 #

  • Silent Push Compatibility Changes

1.1.9 #

  • Notification Tap Events: Added onNotificationTapped stream to receive notification click events in Flutter
  • Notification Click Reliability: Fixed critical bug where subsequent notification clicks didn't trigger when app opened from terminated state
  • Dependencies: Updated Android SDK to version 1.1.57

1.2.0 #

  • In-App Campaigns (V1): Native in-app popup support is now available through the underlying SDKs. Popups render natively; no Flutter-side rendering changes are required.
  • Context API: Added LemniskFlutter.setContext(context) and LemniskFlutter.clearContext() to drive in-app campaign context conditions (e.g. the active screen/section).
  • In-App Pause/Resume: Added LemniskFlutter.pauseInApp() and LemniskFlutter.resumeInApp() to suppress and re-enable in-app popups on sensitive screens.
  • Readiness check: Added LemniskFlutter.isInitialized() to query whether the native SDK has finished initializing.
  • Auto-init from native config files: Configuration now lives entirely in AndroidManifest.xml and Info.plist (Firebase-style). The native SDKs initialize automatically at launch — no Dart configure step. See the README for the per-platform key table. Existing Android manifest setups and iOS AppDelegate.configure() calls continue to work unchanged.
  • Dependencies: Updated Android SDK to 1.2.0 and iOS SDK (Lemnisk-iOS-SDK) to 3.10.0.

1.2.1 #

  • Dependencies: Updated iOS SDK (Lemnisk-iOS-SDK) to 3.10.2 — a certificate-pinning hotfix. It fixes silent event loss on the first launch after install when pinning is enabled, two fail-open paths that could leave pinning unenforced (one of them remotely triggerable), an uncatchable launch crash in background-task registration, and a self-feeding error-report request storm. It also refreshes the built-in certificate pin, whose predecessor expired 2025-11-05. Android SDK stays at 1.2.0.
  • No Dart API changes.
1
likes
120
points
182
downloads

Documentation

API reference

Publisher

verified publisherlemnisk.co

Weekly Downloads

The Lemnisk Flutter Plugin allows you to track user event data from your Android or IOS app. The Plugin can be easily imported into any Android or iOS app. Based on the data it receives from the user activity, it sends real-time personalized push notifications to the users about the services and products that our clients provide.

License

unknown (license)

Dependencies

flutter, plugin_platform_interface, webview_flutter

More

Packages that depend on lemnisk_flutter

Packages that implement lemnisk_flutter