@kpgalligan Among other things, I took a look at your fork and simplified the ios gradle config in a similar way
k
kpgalligan
08/05/2018, 12:21 AM
Cool. Will try out and update Droidcon app if dependencies resolve
r
russhwolf
08/05/2018, 12:21 AM
I did update to 0.8.1 rather than 0.8.0 so that might mess you up
k
kpgalligan
08/05/2018, 12:24 AM
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
russhwolf
08/05/2018, 12:34 AM
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
kpgalligan
08/05/2018, 12:35 AM
👍
@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
russhwolf
08/08/2018, 6:50 PM
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
kpgalligan
08/08/2018, 6:52 PM
Not a lot of docs so its tough to get started, but pretty smooth once set up.