> For the complete documentation index, see [llms.txt](https://flutter.kgoon.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flutter.kgoon.net/undefined-4/visual-studio-code/flutter-ui-guides.md).

# Flutter Ui Guides

## Flutter Ui Guides 활성화&#x20;

아래와 같이 VS Code에서 Flutter(Dart) 블록을 표시하여 개발 시 소스를 보기 용이하도록 할 수 있습니다.&#x20;

![블럭 가이드가 없는 상태 ](/files/-MPqNZCGhBlHvOeZ8Vxd)

![블럭 가이드가 표시된 상태 ](/files/-MPqMgXfQMlPdE0k8ArM)

Dart 플러그인 설정에서 Flutter Ui Guides 활성화 :&#x20;

1. 마켓플레이스에서 "Dart"를 검색합니다.&#x20;
2. 톱니 모양의 아이콘을 눌러 설정 페이지를 엽니다.&#x20;
3. 검색 창에 preview를 검하여 "Dart: Preview Flutter Ui Guides"를 체합니다.&#x20;
4. VS Code를 재시작합니다.&#x20;

![](/files/-MPqL86xSPeF9vnU2KoD)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://flutter.kgoon.net/undefined-4/visual-studio-code/flutter-ui-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
