> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zixflow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install and configure the Zixflow Flutter SDK in your project.

The Zixflow Flutter SDK is available on **pub.dev**. You can browse the package and view all available versions here:

**[pub.dev - Zixflow Flutter SDK](https://pub.dev/packages/zixflow)**

### Add Dependency

Add the Zixflow SDK to your `pubspec.yaml`:

```yaml theme={null}
dependencies:
  zixflow: ^1.0.0
```

### Install Package

Run the following command:

```bash theme={null}
flutter pub get
```

### Platform-Specific Setup

After adding the dependency, follow platform-specific setup for iOS and Android (see [Platform-Specific Setup](/documentation/sdk/flutter/platform-specific-setup) section).

***
