Flutter SDK Installation
AI-Powered Install
MCP Install
Follow the MCP Getting Started guide to quickly set up the DevCycle MCP server and connect your AI tool.
- Run this prompt:
"Install DevCycle into this app"
📦 Install in Cursor
📦 Install in VS Code
claude mcp add --transport http devcycle https://mcp.devcycle.com/mcp
AI PromptCopy Prompt
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
.