Skip to main content

Flutter Quick Start

Prerequisites

Before you begin, ensure you have completed the following:

  1. Activate CloudBase Environment: Create Environment
  2. Get API Credentials: Get your environment ID and API key from CloudBase Console

For more details, see: Flutter Full Documentation

Install the CloudBase AI Plugin

Optional: If you develop with an AI coding assistant (such as Cursor, Claude Code, CodeBuddy, etc.), we recommend completing this step so the AI has CloudBase development capabilities.

Copy the AI prompt into your AI IDE

Enter the following in your AI chat:

Help me get set up with CloudBase. Do the following:
1. Open https://docs.cloudbase.net/skill.md and follow the instructions.
2. When done, tell me you're ready and suggest the most relevant next steps.

View skill.md →

Develop with Skills

Tell the AI:

Use CloudBase Skills: Integrate CloudBase HTTP API in a Flutter app

Skills docs →

You can also install CloudBase Skills manually:

npx skills add tencentcloudbase/cloudbase-skills -y

Content coming soon. Please refer to the documentation link above.