releva_sdk 0.0.28
releva_sdk: ^0.0.28 copied to clipboard
Releva.ai SDK for Flutter apps
0.0.28 #
- Add option to disable following deep links (in case the app implements it and requires additional logic)
0.0.27 #
- Refactor and release next iteration
0.0.26 #
- NEW: Inbox messages with structured data and native Flutter widgets
- NEW: Character limit validation (Title: 45, Short Description: 40, Description: 350, CTA: 10 chars)
- NEW: InboxMessageWidget for native message display (no HTML rendering)
- NEW: Automatic message type detection with
isInboxMessageproperty - UPDATED: InAppMessage model with shortDescription, description, and cta fields
- UPDATED: MessageDisplayManager to handle inbox messages
- UPDATED: Hive type adapters for new message fields
- TESTS: Added comprehensive inbox message tests with character validation
- NEW: Support push notification app links
0.0.14 #
- Use builder pattern for request
0.0.13 #
- Remove deviceId from constructor (different strategies in the future)
0.0.12 #
- Fix custom field serialization
0.0.11 #
- Fix empty events list edge case
0.0.10 #
- Fix serialization of wishlist products list
0.0.9 #
- Fix serialization of CustomEvent list
0.0.8 #
- Fix serualization of WishlistProduct
0.0.7 #
- Split client API into .screenView and customEvents
0.0.6 #
- Fix custom field encoding
0.0.5 #
- Add proper context and options objects
0.0.4 #
- Print response body
0.0.3 #
- Fix serualization of CartProduct
0.0.2 #
- Fix types
0.0.1 #
- Initial release.