# April 29, 2024

FUNCTION12 has created a new, innovative way to automatically analyze design files and remove its errors. Here are our latest technology releases:

1. **(New) Addition of Flutter**
   * Flutter is now available in **CodeGen**.
   * When creating a project, input the **Figma link** and select **Flutter** to view and **download Flutter** code.
2. **(New) Panel Modes Added (Full, Half, DevMode, Code)**
   * **(New) Full Panel**
     * DevMode Panel and Code Panel are displayed side by side on the right side of the screen.
     * View both code and Inspector of the selected object simultaneously.
   * **(New) Half Panel**
     * DevMode Panel and Code Panel are displayed vertically on the right side of the screen.
     * View both code and Inspector of the selected object simultaneously.
   * **(New) DevMode Panel**
     * DevMode Panel is displayed alone on the right side of the screen.
     * View Inspector of the selected object.
   * **(New) Code Panel**
     * Code Panel is displayed alone on the right side of the screen.
     * View code of the selected object.

Check out the newly updated features and performances with [fn12.com](https://fn12.com) now.


---

# 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.function12.io/release-note/april-29-2024.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.
