Djuro
03/02/2024, 5:22 PMcollectAsStateWithLifecycle in iOS? I know I can use `expect`/`actual` to use collectAsState in iOS and collectAsStateWithLifecycle in Android but I was wondering if there is some manual workaround to have collectAsStateWithLifecycle on iOS or it just works differently on that platform?Arkadii Ivanov
03/02/2024, 10:25 PMFlow.withLifecycle will work for you?louiscad
03/04/2024, 4:16 PMcollectAsStateWithLifecycle already is since it's very recent.Djuro
03/04/2024, 7:18 PMCarlos Manuel Peguero Gomez
03/07/2024, 1:37 PMPreCompose library here are some specs:
• Navigation
• ViewModel
• Lifecycle handler including collectAsStateWithLifecycle.Djuro
03/07/2024, 1:48 PM