> 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.md).

# 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
