# Get started

Flutter is an open source application framework created by Google and used to develop apps for many platforms like Android, iOS, Linux, Mac, Windows, etc. with a single codebase.

This section describes how to integrate the DriveKit SDK into a Flutter project to develop your Android and iOS mobile app.

## Requirements

DriveKit libraries for Flutter are based on Flutter version [3.22.2](https://github.com/flutter/flutter/blob/stable/CHANGELOG.md#3222-june-06-2024). It is strongly recommended to use at least the `1.20.0` version or [later ones](https://docs.flutter.dev/release/release-notes).

The DriveKit SDK for Flutter is available with the standard configuration on [iOS](/get-started-drivekit/ios.md#requirements) and [Android](/get-started-drivekit/android.md#requirements).

* Android 8.0 (API 26) and later versions,&#x20;
* iOS 13.0 and later versions.

If you do not have the Android or iOS development environment in your computer yet, please refer to the [official](https://docs.flutter.dev/) 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.drivequant.com/flutter/get-started.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.
