launchdarkly / flutter-client-sdk

LaunchDarkly Client-side SDK for Flutter mobile applications
Other
15 stars 17 forks source link

fix: making context builder easier to use #106

Closed tanderson-ld closed 9 months ago

tanderson-ld commented 9 months ago

Adds primitive type setters to the context builder API to make it more user friendly.

Related issues

https://app.shortcut.com/launchdarkly/story/222279/make-the-api-for-contexts-and-values-more-uniform-ideally-with-specific-typed-methods-in-addition-to-an-ldvalue-accepting

shortcut-integration[bot] commented 9 months ago

This pull request has been linked to Shortcut Story #222279: Make the API for contexts and values more uniform. Ideally with specific typed methods in addition to an LDValue accepting method. setBool, setValue, setString, etc..

kinyoklion commented 9 months ago

This one will be important to @mmrj I think.