---
title: Compatibility - Flutter
description: Requirements and limitations to develop with the Flutter SDK
lastUpdated: 11 March 2026
source_url:
  html: https://docs.contentsquare.com/en/csq-sdk-flutter/experience-analytics/compatibility/
  md: https://docs.contentsquare.com/en/csq-sdk-flutter/experience-analytics/compatibility/index.md
---

Before implementing the SDK, make sure your app meets the following technical prerequisites to avoid integration issues and ensure optimal performance.

## Supported platforms

Currently, only Flutter application on the following platforms are supported by the CSQ Flutter SDK:

* Android
* iOS

Calling the SDK on other platforms is safe but will not have any effect.

If you need to use the SDK on another platform, contact our support team.

Note

Hybrid applications are not supported. By hybrid application, we mean iOS and Android apps that integrate Flutter as an [add-to-app module ↗](https://docs.flutter.dev/add-to-app)

## Compatibility matrix

Each version of the CSQ Flutter SDK will be linked to specific, fixed versions of each native SDK. In order to make that clear, here is a compatibility table to consider when choosing your version of the bridge (refer to the Flutter SDK Changelog to know what the changes are for each version).

Note

If the Maximum Flutter Version is not specified, it means that the bridge is compatible with all versions of Flutter up to the latest one.

| CSQ Flutter | CSQ iOS | CSQ Android | Minimum Flutter Version | Maximum Flutter Version |
| - | - | - | - | - |
| 4.1.O | 1.6.0 | 1.5.0 | 3.27.4 | - |
| 4.0.3 | 1.5.2 | 1.4.7 | 3.22.3 | - |
| 4.0.2 | 1.5.2 | 1.4.2 | 3.22.3 | - |
| 4.0.1 | 1.5.2 | 1.4.2 | 3.22.3 | - |
| 4.0.0 | 1.5.1 | 1.4.2 | 3.22.3 | - |
