·
2 commits
to standalone-main
since this release
Fixes
- Fixed crash regression related to memory management (#68)
Features
- Added support for dotLottie theming capability. Theme Id is passed to the LottiePainter and can be changed at any time
val painter = rememberLottiePainter(
composition = dotLottieComposition,
progress = progress,
theme = "sunset", // "night", "day", "winter"
)