kevincianfarini / monarch

Multiplatform, multi module, type safe feature flagging.
https://kevincianfarini.github.io/monarch/docs/0.x/
Apache License 2.0
65 stars 0 forks source link

Remove `FeatureFlagChangeObserver` and use `Flow` directly. #7

Closed kevincianfarini closed 1 year ago

kevincianfarini commented 1 year ago

This is a relic of implementing the Launch Darkly data store in swift versus Kotlin. When migrating that integration into this repo, we should statically link the LD SDK for iOS and implement it directly in Kotlin.