adstart_flutter_sdk 0.1.2
adstart_flutter_sdk: ^0.1.2 copied to clipboard
Flutter SDK for Adstart event collection.
0.1.2 #
- Lowered the minimum supported versions of
firebase_core,firebase_messaging, andshared_preferencesfor broader app compatibility.
0.1.1 #
- Added purchase event tracking with currency, items, derived value, and an optional event-level coupon.
0.1.0 #
- Added a shared public ecommerce item contract with validated prices and quantities.
- Changed wishlist, cart, payment, shipping, and checkout APIs to require currency and non-empty items while deriving value from item prices.
- Added product, category, brand, and search event tracking.
- Changed event-level coupons to be optional and omitted when absent.
0.0.9 #
- Added public customer identification with backend-aligned identity fields.
0.0.8 #
- Aligned FCM token registration with the strict backend App Push contract.
0.0.7 #
- Added typed callbacks for foreground push receipt and notification openings.
- Added safe deep-link extraction for background and terminated openings.
0.0.6 #
- Added best-effort FCM token capture, registration, refresh synchronization, explicit permission requests, and local token deletion.
0.0.5 #
- Added public custom event tracking with backend-aligned key and payload validation.
0.0.4 #
- Added payment info, shipping info, checkout initiation, time on page, and scroll depth events.
0.0.3 #
- Added cart product add, product remove, and page view events.
0.0.2 #
- Added wishlist product add, product remove, and page view events.
0.0.1 #
- Added
session_startedevent collection. - Added in-memory device and session identifiers.