1 min readMay 23, 2020
Thank you for the kind feedback ! Kotlin Flow
has distinctUntilChanged
available as an extension function whereas StateFlow
implements distinctUntilChanged
by default. offers a great explanation in this GitHub issue regarding Flow
, StateFlow
, and SharedFlow
designs in relation to distinctUntilChanged
.