splitio_client_side 0.1.0-rc.2
splitio_client_side: ^0.1.0-rc.2 copied to clipboard
Official Dart SDK for Split, 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_client_sideWith Flutter:
$ flutter pub add splitio_client_sideThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
splitio_client_side: ^0.1.0-rc.2Alternatively, 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_client_side/splitio_client_side.dart';