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