splitio 0.1.2 splitio: ^0.1.2 copied to clipboard
Official plugin for split.io, the platform for controlled rollouts, which serves features to your users via a Split feature flag to manage your complete customer experience.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add splitio
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
splitio: ^0.1.2
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:splitio/splitio.dart';