PostHog / posthog-flutter

PostHog Flutter SDK
https://posthog.com/docs/libraries/flutter
MIT License
55 stars 37 forks source link

getFeatureFlagPayload support? #38

Closed YourAverageTechBro closed 10 months ago

YourAverageTechBro commented 1 year ago

Are there any plans to support the getFeatureFlagPayload function in this library? Or is there any workaround to get the payload for a feature flag?

marandaneto commented 1 year ago

@YourAverageTechBro indeed, still missing, would you like to make a PR and expose this method? Also see this which is very similar.

marandaneto commented 1 year ago

https://github.com/PostHog/posthog-flutter/pull/60 would address this issue