Adds Superwall.instance.events - A SharedFlow instance emitting all Superwall events as SuperwallEventInfo. This can be used as an alternative to a delegate for listening to events.
Adds a new shimmer animation
Adds support for SuperScript expression evaluator
Checklist
[ ] All unit tests pass.
[ ] All UI tests pass.
[ ] Demo project builds and runs.
[ ] I added/updated tests or detailed why my change isn't tested.
[ ] I added an entry to the CHANGELOG.md for any breaking changes, enhancements, or bug fixes.
[ ] I have run ktlint in the main directory and fixed any issues.
[ ] I have updated the SDK documentation as well as the online docs.
1.5.0-beta.1
Enhancements
Superwall.instance.events
- A SharedFlow instance emitting all Superwall events asSuperwallEventInfo
. This can be used as an alternative to a delegate for listening to events.Checklist
CHANGELOG.md
for any breaking changes, enhancements, or bug fixes.ktlint
in the main directory and fixed any issues.