Open pradeepbbl opened 5 months ago
Hey @pradeepbbl .
We currently have a Kotlin and Swift SDKs, but no flagd providers for them. What languages would you want supported? Would Kotlin and Swift be sufficient?
Hey @toddbaert, Thanks for the quick response ❤️, yes Kotlin and Swift should be sufficient for our use case.
@thomaspoignant is working on a OFREP-compatible provider for Swith (flagd supports OFREP).
cc @thomaspoignant
I have released a GO Feature Flag provider (and OFREP Provider) for swift https://github.com/go-feature-flag/openfeature-swift-provider/.
It has an OFREP provider built into it so that you can use it already in iOS.
You can use the OfrepProvider
directly, you don't have to use the GoFeatureFlagProvider
if you want to use it with flagD
.
A related FYI; the React SDK can be used in React Native apps along with the OFREP web provider.
Requirements
Hi, we are currently exploring
flagd
as our next feature flagging system just curious to know if there is a plan to create mobile specific client side provider sdk same as others e.g. https://docs.flagsmith.com/clients/ios-Thanks