> For the complete documentation index, see [llms.txt](https://developer.aliothx.net/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.aliothx.net/start/flutter/factory/webview.md).

# 웹뷰

플러터에서 사용가능한 다양한 웹뷰들이 있으며 [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>
