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
- Host: GitHub
- URL: https://github.com/devcyclehq/flutter-client-sdk
- Owner: DevCycleHQ
- License: mit
- Created: 2022-12-21T15:32:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-04T20:53:46.000Z (7 months ago)
- Last Synced: 2025-06-04T21:34:25.103Z (7 months ago)
- Topics: continuous-delivery, continuous-deployment, devcycle, devops, feature-flags, feature-toggles, openfeature
- Language: Dart
- Homepage: https://docs.devcycle.com/
- Size: 371 KB
- Stars: 13
- Watchers: 7
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).