DevCycle Flutter Client SDK

The Flutter Client SDK for DevCycle! This SDK uses our Client SDK APIs to perform all user segmentation and bucketing for the SDK, providing fast response times using our globally distributed edge workers all around the world. The SDK is available as a package on Pub. It is also open source and can be viewed on GitHub.

Supported Platforms

This version of the DevCycle Flutter Client SDK supports a minimum of Flutter 2.5.0, iOS 13.7 and Android API Version 26.

Other Flutter platforms are not currently supported by this SDK.

Installation

Flutter CLI

The SDK can be installed into your Flutter project by running flutter pub add devcycle_flutter_client_sdk.

Pub Spec

The SDK can be installed into your Flutter project by adding the following to your pubspec.yaml:

devcycle_flutter_client_sdk: ^1.7.0

Then, run flutter pub get.

Usage

To find usage documentation, check out our docs.