Disclaimer: This website requires JavaScript to function properly. Some features may not work as expected. Please enable JavaScript in your browser settings for the best experience.

The availability of features may depend on your plan type. Contact your Customer Success Manager if you have any questions.

Dev guideRecipesAPI Reference
Dev guideAPI ReferenceUser GuideLegal TermsGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev guide

Configure event dispatcher for the Flutter SDK

How to configure the event dispatcher for HTTP requests made from every impression or conversion in the Optimizely Flutter SDK.

The Optimizely SDKs make HTTP requests for every decision event or conversion event that gets triggered. Each SDK has a built-in event dispatcher for handling these events, but we recommend overriding it based on the specifics of your environment.

The Optimizely Feature Experimentation Flutter SDK is a wrapper around the Android and Swift SDKs. To configure the Flutter SDK's event dispatcher, you configure the underlying Android SDK event dispatcher or Swift SDK event dispatcher.