From d542fab42067319c76eb3c323aa3d8fc237d86fa Mon Sep 17 00:00:00 2001 From: Hunhee Lee Date: Fri, 5 Jul 2024 14:00:05 +0900 Subject: [PATCH] [DOCS] Updated Third-party tools section in README.md --- resources/translations/ko_KR/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/resources/translations/ko_KR/README.md b/resources/translations/ko_KR/README.md index 81418105..a21c4073 100644 --- a/resources/translations/ko_KR/README.md +++ b/resources/translations/ko_KR/README.md @@ -1147,6 +1147,8 @@ targets: # Utilities +## IDE Extensions + ### VSCode전용 Freezed extension [Freezed](https://marketplace.visualstudio.com/items?itemName=blaxou.freezed)확장 프로그램을 사용하면 Freezed를 더 빠르게 작업할 수 있도록 도와줍니다. @@ -1174,6 +1176,18 @@ targets: factory Demo.fromJson(Map json) => _$DemoFromJson(json); ``` +## Third-party tools + +이 단락에서는 `freezed`를 사용한 여러 툴들을 소개합니다. + +### DartJ + +[DartJ](https://dartj.web.app/#/)는 =[**@ttpho**](https://github.com/ttpho)님이 만든 플러터 어플리케이션입니다. JSON 데이터를 통해 Freezed 클래스를 생성할 수 있습니다. + +시연 영상: + + + ## Sponsors