-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Statement
Hi team,
We're integrating PostHog feature flags in our Flutter app and need to evaluate a flag immediately on app startup (splash screen).
We're experiencing a race condition where getFeatureFlag() returns null intermittently because flags haven't finished loading yet after setup() returns.
We noticed the onFeatureFlags callback was merged in PR #224 which we think would solve this issue, but it's not included in the latest release (5.9.1).
Would it be possible to cut a new release that includes this feature?
Thanks!
Solution Brainstorm
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request