# Flutter

#### Welcome to the Flagship Flutter SDK documentation!

The following documentation helps you to run Flagship on your Flutter app using our client library with preconfigured methods to implement the Decision API.

* [Installation](/server-side/sdks/flutter/flutter/flutter-installation-beta.md)
* [Quick Start](/server-side/sdks/flutter/flutter/flutter-quick-start-beta.md)
* [Reference](/server-side/sdks/flutter/flutter/flutter-reference-beta.md)

## SDK features

* Set a [visitor ID](/server-side/glossary.md#visitor-id)
* Update [user context](doc:glossary#user-context)
* Assign campaigns via the [Decision API](/server-side/decision-api.md) or [Bucketing](/server-side/concepts/bucketing.md)
* Get flags
* Expose campaigns
* Send hits to our [Universal Collect](/server-side/concepts/universal-collect-1.md)
* Troubleshoot issues
* Emotion AI [Emotion AI](/server-side/sdks/key-features/emotion-ai.md)
* QA Assistant [ABTasty QA Assistant](/server-side/sdks/flutter/flutter/abtasty-qa-assistant.md)

## Prerequisites

* Flagship SDK supports Dart 2.15.0 minimum or higher
* Flagship is null safety

## Good to know

* Latest Version [![Pub Version](https://img.shields.io/pub/v/flagship)](https://pub.dev/packages/flagship)
* [Github repository ![GitHub Repo stars](https://img.shields.io/github/stars/flagship-io/flagship-flutter-sdk?style=social)](https://github.com/flagship-io/flagship-flutter-sdk)
* [![CI](https://github.com/flagship-io/flagship-flutter-sdk/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/flagship-io/flagship-flutter-sdk/actions/workflows/ci.yml)
* [![codecov](https://codecov.io/gh/flagship-io/flagship-flutter-sdk/branch/main/graph/badge.svg?token=JXtwVuCj3s)](https://codecov.io/gh/flagship-io/flagship-flutter-sdk)
* Dart code supported

## Versions

The latest version of our Flutter SDK is [**4.3.0**](/server-side/sdks/flutter/flutter.md).

#### Change logs

Find the versions change logs on our [Github Repository](https://github.com/flagship-io/flagship-flutter-sdk/releases)

#### Former versions

The documentation of the past versions are available [here](doc:flutter-v31x).

## Contact us

Feel free to [contact us](mailto:product.feedback@abtasty.com?subject=Flagship%20Developer%20Documentation) if you have any questions regarding this documentation.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.abtasty.com/server-side/sdks/flutter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
