# Flutter 아키텍쳐

- [채널링](https://developer.aliothx.net/start/flutter/factory/channeling.md): 네이티브 인터페이스
- [웹뷰](https://developer.aliothx.net/start/flutter/factory/webview.md): Flutter InAppWebView
- [웹뷰 설정](https://developer.aliothx.net/start/flutter/factory/webview/settings.md)
- [웹뷰 연동](https://developer.aliothx.net/start/flutter/factory/webview/javascript.md): WebView와 Web(React, Vue, Vanilla JS)간 연동하는 방식입니다.
- [보안 (Security)](https://developer.aliothx.net/start/flutter/factory/security.md): 기업용 크로스플랫폼에서는 대칭키/비대칭키/해시등 다양한 보안모듈을 연동해서 사용할 수 있습니다. 레거시 네이티브기반의 암호모듈과도 100% 연동및 호환이 가능하며 앱 위/변조 탐지및 차단, 탈옥및 루팅탐지및 차단등의 기능을 제공하고 있습니다.
- [대칭키 암호알고리즘](https://developer.aliothx.net/start/flutter/factory/security/undefined.md): (Symmetric-Key Algorithm)
- [비대칭키 암호알고리즘](https://developer.aliothx.net/start/flutter/factory/security/undefined-1.md): (Asymmetric-Key Algorithm)
- [메시지 다이제스트](https://developer.aliothx.net/start/flutter/factory/security/undefined-2.md)
- [탈옥및 루팅 탐지및 차단](https://developer.aliothx.net/start/flutter/factory/security/undefined-3.md)
- [앱 위/변조 탐지및 차단](https://developer.aliothx.net/start/flutter/factory/security/undefined-4.md)
- [코드 난독화](https://developer.aliothx.net/start/flutter/factory/security/codeguard.md): Code Obfuscation


---

# 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.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.
