From 03804955dda0c54621317b5f4df1b5b58589b738 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: Thu, 15 May 2025 09:11:35 +0900 Subject: [PATCH] Update introduction.md --- src/content/docs/part1/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/part1/introduction.md b/src/content/docs/part1/introduction.md index 6891bc4..73d3801 100644 --- a/src/content/docs/part1/introduction.md +++ b/src/content/docs/part1/introduction.md @@ -11,7 +11,7 @@ title: 소개 저희 팀은 4개 이상의 프로젝트를 Flutter 프레임워크를 이용하여 만들었습니다. 처음부터 Flutter로 작성한 앱과 기존의 네이티브로 개발한 앱을 Flutter로 마이그레이션 한 경험이 있습니다. -iOS(+ iPadOS), Android(+ 태블릿)에서 동작하는 여러 앱 서비스를 Flutter로 만들어 운영중이며 약 100만 MAU를 가진 서비스를 안정적으로 만들어 배포하였습니다. +iOS(+ iPadOS), Android(+ 태블릿)에서 동작하는 여러 앱 서비스를 Flutter로 만들어 운영중이며 약 100만 MAU를 가진 서비스를 안정적으로 만들어 배포하였습니다. 위 경험을 토대로 Flutter 프레임워크를 이용하여 앱 개발하면서 필요한 내용들을 본 문서에 담았습니다.