An open API service indexing awesome lists of open source software.

https://github.com/devcyclehq/flutter-client-sdk

DevCycle - Flutter Client SDK
https://github.com/devcyclehq/flutter-client-sdk

continuous-delivery continuous-deployment devcycle devops feature-flags feature-toggles openfeature

Last synced: 7 months ago
JSON representation

DevCycle - Flutter Client SDK

Awesome Lists containing this project

README

          

# 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`:

```dart
devcycle_flutter_client_sdk: ^1.7.0
```

Then, run `flutter pub get`.

## Usage

To find usage documentation, check out our [docs](https://docs.devcycle.com/docs/sdk/client-side-sdks/flutter).