# 웹뷰

플러터에서 사용가능한 다양한 웹뷰들이 있으며 [flutter\_inappwebview](https://pub.dev/packages/flutter_inappwebview)가 가장 보편적으로 사용되고 있습니다. 인앱웹뷰를 사용하여 플러터와 웹뷰간 인터페이스하는 방법입니다.

* Web --> Flutter 함수호출
* Flutter --> Javascript 함수호출

***

<figure><img src="/files/2Bkg6a4oU4cNAxTQWcRC" alt=""><figcaption><p>Flutter InAppWebView</p></figcaption></figure>


---

# 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://developer.aliothx.net/start/flutter/factory/webview.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.
