From 57ecd35a13fb7d18473d8aeb5f42f89b5da8d3d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangJoo=20Park=28=EB=B0=95=EC=B0=BD=EC=A3=BC=29?= Date: Wed, 14 May 2025 19:32:24 +0900 Subject: [PATCH] chore: update introduction --- src/content/docs/part1/introduction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/part1/introduction.md b/src/content/docs/part1/introduction.md index d953b83..6891bc4 100644 --- a/src/content/docs/part1/introduction.md +++ b/src/content/docs/part1/introduction.md @@ -6,6 +6,8 @@ title: 소개 이 문서는 Flutter 프레임워크를 이용하여 앱을 개발하는 방법을 소개합니다. +현재 초안 단계이며 수정 및 추가 내용이 있을 예정입니다. + 저희 팀은 4개 이상의 프로젝트를 Flutter 프레임워크를 이용하여 만들었습니다. 처음부터 Flutter로 작성한 앱과 기존의 네이티브로 개발한 앱을 Flutter로 마이그레이션 한 경험이 있습니다.