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
- Updated the Android SDK to
2.1.8. See the Android SDK 2.1.8 changelog. - Updated the iOS SDK to
2.1.8. See the iOS SDK 2.1.8 changelog.
Flutter SDK 3.0.3
Released: 2026-09-07
New Features
Custom User Attributes
- Added
LogDrop.setCustomAttributes(...)andLogDrop.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.6and iOS2.1.7. - Guide: Flutter Custom User Attributes
3.0.2
Released: 2026-07-28
Improvements
Native SDK Updates
- Updated the Android SDK to
2.1.3. See the Android SDK 2.1.3 changelog. - Updated the iOS SDK to
2.1.4. See the iOS SDK 2.1.4 changelog.
3.0.1
Released: 2026-07-27
Improvements
Push Notification Integration
- Added bridge APIs for forwarding push messages and device tokens to LogDrop.
- Added LogDrop push detection and pending push popup support.
- Guide: Flutter Push Notification Integration
Manual Deep Link 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
- Updated the Android SDK to
2.1.2. See the Android SDK changelog. - Updated the iOS SDK to
2.1.3. See the iOS SDK changelog.
.png)