LogDrop

Changelog

Flutter SDK 3.0.4

Released: 2026-09-16

New Features

Custom Events

  • Added LogDrop.trackCustomEvent(...) for tracking application-specific events with optional JSON-compatible properties.
  • Added support for strings, numbers, booleans, null values, nested maps, and lists.
  • Guide: Flutter Custom Events

Improvements

Native SDK Updates


Flutter SDK 3.0.3

Released: 2026-09-07

New Features

Custom User Attributes

  • Added LogDrop.setCustomAttributes(...) and LogDrop.removeCustomAttribute(...) for custom profile attributes.
  • Added support for segment-based push targeting using attributes synchronized through the native SDKs.
  • Updated the bundled native SDKs to Android 2.1.6 and iOS 2.1.7.
  • Guide: Flutter Custom User Attributes

3.0.2

Released: 2026-07-28

Improvements

Native SDK Updates


3.0.1

Released: 2026-07-27

Improvements

Push Notification Integration

  • Added manual deep link tracking for app-managed navigation flows.
  • After the application resolves an incoming URL, forward it to LogDrop.trackDeepLink(uri.toString()).
  • Apply this for both cold-start and already-running link deliveries.
  • Guide: Flutter Deep Links

Native SDK Updates

On this page