# 크로스플랫폼 개발환경

- [Flutter 개발환경](https://developer.aliothx.net/start/flutter/setup.md)
- [Flutter 시작하기](https://developer.aliothx.net/start/flutter/start.md)
- [폰에서 실행](https://developer.aliothx.net/start/flutter/device.md)
- [개발가이드](https://developer.aliothx.net/start/flutter/guide.md)
- [솔루션 설치](https://developer.aliothx.net/start/flutter/solution.md): Enterprise Cross-Platform Install
- [코드가이드](https://developer.aliothx.net/start/flutter/code.md): 플랫폼에서 기본적으로 제공하는 코드 가이드로, 각 프로젝트에서 플러터 앱 개발시 참고할 수 있습니다.
- [명명 규칙및 주석처리](https://developer.aliothx.net/start/flutter/code/undefined.md): 프로그래밍에서 명명 규칙은 코드의 가독성을 향상시키고 유지보수를 용이하게 만드는 중요한 부분입니다. 변수, 함수, 클래스, 상수 및 주석을 작성하는 방법은 팀과의 협업을 용이하게 하고 코드의 일관성을 유지하는 데 도움이 됩니다. 이에 대한 명명 규칙과 주석 작성 방법을 아래에서 확인해보세요.
- [코딩 컨벤션](https://developer.aliothx.net/start/flutter/code/undefined-1.md)
- [디렉토리 생성및 관리](https://developer.aliothx.net/start/flutter/code/undefined-2.md): 앱 개발 중에 디렉토리 생성과 관리는 중요한 부분입니다. Flutter는 이러한 작업을 간단하게 처리할 수 있는 다양한 방법을 제공합니다.
- [페이지 작성](https://developer.aliothx.net/start/flutter/code/undefined-3.md): Flutter는 모바일 앱 및 웹 앱을 개발하는 강력한 프레임워크로, 다양한 화면을 구성하는 것이 중요한 업무 중 하나입니다. 아래에서 Flutter로 페이지를 작성하고 관리하는 방법을 확인해보세요.
- [Flutter 아키텍쳐](https://developer.aliothx.net/start/flutter/factory.md): Technical Factory
- [채널링](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
- [관리시스템](https://developer.aliothx.net/start/flutter/admin.md): Cross-Platform Management System
- [협업도구](https://developer.aliothx.net/start/flutter/collaboration.md): 기업용 크로스플랫폼에서는 최신 트렌드의 다양한 협업도구들을 사용합니다.


---

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