rokt_sdk 4.10.0
rokt_sdk: ^4.10.0 copied to clipboard
Rokt Mobile SDK to integrate ROKT Api into flutter applications.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased #
4.10.0 - 2025-06-04 #
4.9.0 - 2025-04-04 #
Added #
- Added Passthrough links support to the OpenUrl event
Fixed #
- Fix an issue with border radius not being correctly applied
- Fix Rokt.close() API not closing the overlay and bottomsheet as expected
- Fixed a crash due to Navigation Component ViewModelOwner mismatch
- Fixed the issue with cross-platform embedded layout height calculation
4.8.1 - 2025-02-27 #
Fixed #
- Fix button pressed style not working
- Fix text color in dark mode
- Fix unwanted PlacementFailure partner event
- Fix navigation Bar black color display
4.8.0 - 2025-02-05 #
4.7.0 - 2024-12-17 #
4.6.1 - 2024-10-31 #
Fixed #
- Fixed ANR issues during Rokt.init call
- Fixed container shadow
- Fix app crash when using androidxNavigation 2.8.1 or above
4.6.0 - 2024-09-27 #
Added #
- Add expand to show functionality
- Added new Rokt.init function with ability to have callback and events
- Modifier and Events in the Jetpack Composable API integration
Fixed #
- Fixed status bar color issue
- Fixed bottomsheet height change animation
- Add wait for init to complete when execute is called
- Made partner callback in execute a weak reference
- Fix crash when Activity becomes null
- Rare ANR issues on init
- Fix container shadow issue
- Fix app crash when using androidxNavigation 2.8.1
4.5.1 - 2024-08-23 #
Fixed #
- Fixed app crash on RecyclerView due to Jetpack Compose viewCompositionStrategy
4.5.0 - 2024-08-09 #
Added #
- Added ScrollableRow and ScrollableColumn layout
- Added NonInteractableChildren, OuterLayoutNonInteractableChildren, and LayoutVariantNonInteractableChildren
- Added FlexJustification and FlexAlignment for Container styling properties (FlexChild also uses FlexAlignment)
Removed #
- Removed scroll and auto properties from Overflow enum
- Removed is_important_for_accessibility properties from DataIcon, DataImage, StaticIcon, StaticImage, and ProgressIndicator
- Removed CloseButtonChildren, CreativeResponseChildren, ProgressControlChildren, StaticLinkChildren, and StaticLinkLayoutVariantChildren
- Removed settings property from ProgressIndicator, GroupedDistribution, CarouselDistribution, and Overlay nodes
- Removed LayoutStyleTransition
- Removed FlexPosition
- Removed CreativeCopy and Position predicates from the Outer Layout
Changed #
- Changed is_important_for_accessibility to accessibility_hidden in ProgressIndicator
- Changed WhenTransition property names from
in
andout
toin_transition
andout_transition
respectively - Changed how styling transitions are defined with updated LayoutStyles generic
- Changed OverlayChildren to ModalChildren with closeOnComplete support
Fixed #
- Fixed app crash when loaded corrupted fonts
- Downloading fonts in init simultaneously
- Fixed rich text link styling
- Fixed nested data binding in creative response
4.4.1 - 2024-07-16 #
Fixed #
- Fixed
Execute
call withoutinit
state issue causing application crash due to missing dependencies
4.4.0 - 2024-07-03 #
4.3.1 - 2024-05-23 #
Fixed #
- Fixed default Bottom-sheet animation issue
- SDK state restoration on Activity restart
- Ensured placement persists when app is resumed
- Jetpack Compose recomposition fixes
4.3.0 - 2024-04-23 #
4.1.0 - 2024-02-26 #
3.15.0 #
Added #
- Support for additional close button at the bottom of the placement and updates to header design.
3.12.1 #
Changed #
- Updated Rokt SDKs and interfaces, Allow static links to be opened with the default mobile browser.
3.12.0 #
Changed #
- Updated Rokt SDKs and interfaces, Bug fixes, close placements on negative button, and updates to styling configurables.
3.6.0 #
- Introducing Rokt flutter SDK