splitio_commons 0.1.0-rc.2 copy "splitio_commons: ^0.1.0-rc.2" to clipboard
splitio_commons: ^0.1.0-rc.2 copied to clipboard

Shared components of the 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_commons

With Flutter:

 $ flutter pub add splitio_commons

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

dependencies:
  splitio_commons: ^0.1.0-rc.2

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_commons/splitio_commons.dart';
2
likes
120
points
85
downloads

Documentation

API reference

Publisher

verified publishersplit.io

Weekly Downloads

Shared components of the 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.

License

Apache-2.0 (license)

Dependencies

backoff, fetch_client, http, logging

More

Packages that depend on splitio_commons