icerockdev / moko-mvvm

Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
997 stars 95 forks source link

Support conversion from Flow<T> to LiveData<T> #60

Closed DevTchernov closed 3 years ago

DevTchernov commented 3 years ago

That can help for providing data subscribing from repository level to view model, something like in androidx (https://android.googlesource.com/platform/frameworks/support/+/androidx-master-dev/lifecycle/lifecycle-livedata-ktx/src/main/java/androidx/lifecycle/FlowLiveData.kt#66)

Alex009 commented 3 years ago

will be available in 0.9.0