# Create Form Screen

## Overview

This document provides details about creation of a form screen using the official digit\_components pub package

* Install and setup flutter in our local machine
* Create a flutter project

**flutter create project\_name**

## Steps

Build a form using the [digit\_components: ^latest\_version](https://pub.dev/packages/digit_components)

* In pubspec.yaml add the digit\_components and reactive\_forms under dependencies

<figure><img src="/files/iOws44VDMZ2uAIeUf4iu" alt=""><figcaption></figcaption></figure>

* Follow the [example file](https://pub.dev/packages/digit_components/example) to start with the Reactive forms.


---

# 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/build-user-interfaces/create-form-screen.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.
