flutter_split 0.0.1+1 copy "flutter_split: ^0.0.1+1" to clipboard
flutter_split: ^0.0.1+1 copied to clipboard

outdated

Unofficial Flutter plugin as a simple wrapper of Split.io API.

This package contains a wrapper of Split.io. This is an UNOFFICIAL pub for Flutter.

Usage #

To use this plugin, add split_view as a dependency in your pubspec.yaml file.

Example #

// List split definitions
final splitDefinitionList = splitApi.getSplitDefinitionList();
print(splitDefinitionList);

// List split names
final splitNames = splitApi.listSplitsName();
print(splitNames);

// Retrieve split definition given split name.
final mySplitDefinition = splitApi.getSplitDefinition('split_name');
print(mySplitDefinition);
2
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Unofficial Flutter plugin as a simple wrapper of Split.io API.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on flutter_split