PostHog / posthog-flutter

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

Why Experiment for AB Testing is not possible in flutter #46

Closed venkatp4 closed 10 months ago

venkatp4 commented 1 year ago

Why Experiment for AB Testing is not possible in flutter

marandaneto commented 1 year ago

You can try this https://posthog.com/docs/experiments/running-experiments-without-feature-flags But indeed, to run experiments via feature flags, we will need to export the getFeatureFlag method as well. Would you like to submit a PR?