Improved
2.0.0-alpha4
- Added
shareIntoFlowReduxStateMachineFactoryto create aFlowReduxStateMachinethat usesSharedFlowinstead ofStateFlow. The main purpose is testing where it's useful to not have the value conflation ofStateFlow.
Unclaimed project
Are you a maintainer of FlowRedux? Claim this project to take control of your public changelog and roadmap.
Changelog
Kotlin Multiplatform Statemachine library with nice DSL based on Flow from Kotlin Coroutine's.
shareIn to FlowReduxStateMachineFactory to create a FlowReduxStateMachine
that uses SharedFlow instead of StateFlow. The main purpose is testing where it's useful
to not have the value conflation of StateFlow.