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

Dev guideAPI Reference
Dev guideAPI ReferenceUser GuideLegal TermsGitHubNuGetDev CommunitySubmit a ticketLog In

Install the Flutter SDK

Steps to install the Optimizely Feature Experimentation Flutter SDK.

The Optimizely Feature Experimentation Flutter SDK is open source, and the full source code is available on Github.

To add the optimizely-flutter-sdk to your project, include this line in your application's pubspec.yaml file, in the dependencies block:

optimizely_flutter_sdk: ^1.0.1

In a terminal, run the following command to download the package:

flutter pub get

Install from CLI source

flutter pub add optimizely_flutter_sdk:^1.0.1