Skip to content

SavedStateFlowHandle & SavedStateFlow final 1.0 release

Latest
Compare
Choose a tag to compare
@plusmobileapps plusmobileapps released this 07 Jan 05:39
· 2 commits to main since this release

SavedStateFlow

A StateFlow that can persist the state across process death. Value changes are reactively observed by SavedStateHandle.getLiveData() and when set will delegate to SaveStateHandle.set().

SavedStateFlowHandle

A wrapper around SavedStateHandle with two new functions that can provide a Flow or SavedStateFlow.