touchlab / KaMPKit

KaMP Kit by Touchlab. A collection of code & tools designed to get your mobile team started quickly w/Kotlin Multiplatform
https://touchlab.co/
Apache License 2.0
2.2k stars 199 forks source link

add collect with lifecycle helper #292

Closed mrf7 closed 1 year ago

mrf7 commented 1 year ago

Summary

Use new collectAsStateWithLifecycle function to collect stateflows rather than than manual lifecycle hook. Comes from new rec for collecting https://medium.com/androiddevelopers/consuming-flows-safely-in-jetpack-compose-cde014d0d5a3

Testing