# Introduction to Flutter

## Overview

Flutter is an open-source UI framework developed by Google for building natively compiled applications for mobile, web, and desktop platforms using a single codebase. It provides a fast and efficient way to create visually appealing and high-performance applications with a consistent user experience across different platforms.

<div align="left"><figure><img src="https://lh3.googleusercontent.com/tAdlCi9jGd7duzKjlBSaP9fhdOOuf9GF1J0FCoD7LdBnmr52BS77BOnxLU4gv3AieGotH5iW1PZOBmI3lWtVcS1hOJLjaAiFZ29u3PplaPxfmp890ImTrLGe3URqVGfkhc_fdZ5DXa5RhCuFjYF-eMVIFg=s2048" alt=""><figcaption></figcaption></figure></div>

\\

\\


---

# 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.digit.org/platform/guides/developer-guide/flutter-mobile-app-ui-developer-guide/introduction-to-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.
