experiment_sdk_flutter 1.3.1 copy "experiment_sdk_flutter: ^1.3.1" to clipboard
experiment_sdk_flutter: ^1.3.1 copied to clipboard

Experiment SDK for Flutter powered by ProductMinds. Amplitude Experiment is a tool to manage and orchestrate AB testing and feature flagging.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add experiment_sdk_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  experiment_sdk_flutter: ^1.3.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:experiment_sdk_flutter/experiment_sdk_flutter.dart';
4
likes
140
points
117
downloads

Publisher

unverified uploader

Weekly Downloads

Experiment SDK for Flutter powered by ProductMinds. Amplitude Experiment is a tool to manage and orchestrate AB testing and feature flagging.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

amplitude_flutter, flutter, http, shared_preferences

More

Packages that depend on experiment_sdk_flutter