yeah, true....what's there right now was something I just sort of blindly copied over from NowInAndroid as a starting point
m
Marcello Galhardo
04/10/2023, 9:47 AM
Ideally, we should do it more like the Android Settings screen (example: https://github.com/alorma/Compose-Settings).
IMO, we don't need a library for that (not against using if you find useful).
y
yschimke
04/10/2023, 12:43 PM
+1 to compose-settings, I suspect it's not designed around or KMP settings library we currently use. Which returns Flow<String> for any setting. But I think we discussed using proto for that also.