Been incrementally updating my multiplatform-setti...
# multiplatform
r
Been incrementally updating my multiplatform-settings library, and I just pushed a new version https://twitter.com/RussHWolf/status/1025897215787769856
🎉 3
👍 3
@kpgalligan Among other things, I took a look at your fork and simplified the ios gradle config in a similar way
k
Cool. Will try out and update Droidcon app if dependencies resolve
r
I did update to 0.8.1 rather than 0.8.0 so that might mess you up
k
Had a thought. What do you think about multiplatform settings change listener? In other apps I’ve done a reactive style thing with sharedprefs. Will discuss later
0.8.1 probably ok. I updated Droidcon app to that, but didn’t change my dependency builds and it seems to work
r
Yeah I've had the same thought about adding a change listener, just hasn't been a priority yet. Feel free to open an issue if you have thoughts on what the api or implementation should look like.
k
👍
@russhwolf I've ripped everything in the droidcon app up and deployed with the "new" plugin. Its actually pretty simple to do. Made changes to the multiplatform lib in our fork if you want to take a look: https://github.com/touchlab/multiplatform-settings
But didn't push. HOld on...
Pushed
r
Good to know! I started to do that last weekend but I think I was having trouble getting the sample to build. Probably won't get time to look closely at it again before Saturday.
k
Not a lot of docs so its tough to get started, but pretty smooth once set up.