Optimizely will be sunsetting Full Stack Experimentation on July 29, 2024. See the recommended Feature Experimentation migration timeline and documentation.

Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideLegal TermsGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

Install SDK

Steps to install the Flutter SDK.

The 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 app's pubspec.yaml file, in the dependencies block:

optimizely_flutter_sdk: ^1.0.1

In 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