Skip to main content

Flutter SDK Installation

Pub GitHub

Requirements

This version of the DevCycle Flutter Client SDK requires a minimum of version of Flutter 2.5.0 (dart 2.14.0), iOS 13.7 and Android API Version 23.

Installation

Checkout DevCycle Flutter Client SDK Releases for the latest versions of the SDKs.

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.8.0

Then, run flutter pub get.