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

# Flutter

> Install Qonversion Flutter SDK to validate user receipts, and get in-app subscription analytics and third-party integrations.

export const NextStepsChooseMode = () => <CardGroup cols={2}>
  <Card title="Analytics Mode" icon="chart-line" href="analytics-mode">
    Get subscription analytics in about 20 minutes without changing your purchase flow.
  </Card>
  <Card title="Subscription Management Mode" icon="crown" href="subscription-management-mode">
    Let Qonversion fetch products, make purchases, and manage cross-platform access.
  </Card>
</CardGroup>;

[![GitHub release](https://img.shields.io/github/v/release/qonversion/flutter-sdk?label=Latest%20Release)](https://github.com/qonversion/flutter-sdk/releases)

## Installation

To use Qonversion in your Flutter app, add qonversion [as a dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/):

<CodeGroup>
  ```yaml pubspec.yaml theme={null}
  dependencies:
    qonversion_flutter: ^11.0.0
  ```
</CodeGroup>

Then install dependency

<CodeGroup>
  ```bash Terminal theme={null}
  flutter pub get
  ```
</CodeGroup>

## Kids Mode for Qonversion Flutter SDK

In case you are building an App for Kids, [follow this guide](kids-mode-sdk) to learn about Kids Mode for Qonversion SDKs.

***

## Next steps

The SDK is installed. Choose the mode to implement — this determines how much code you write next.

<NextStepsChooseMode />
