Skip to content

Commit

Permalink
[DOCS] Updated Third-party tools section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhee98 committed Jul 5, 2024
1 parent be15812 commit d542fab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions resources/translations/ko_KR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,8 @@ targets:

# Utilities

## IDE Extensions

### VSCode전용 Freezed extension

[Freezed](https://marketplace.visualstudio.com/items?itemName=blaxou.freezed)확장 프로그램을 사용하면 Freezed를 더 빠르게 작업할 수 있도록 도와줍니다.
Expand Down Expand Up @@ -1174,6 +1176,18 @@ targets:
factory Demo.fromJson(Map<String, dynamic> json) => _$DemoFromJson(json);
```

## Third-party tools

이 단락에서는 `freezed`를 사용한 여러 툴들을 소개합니다.

### DartJ

[DartJ](https://dartj.web.app/#/)는 =[**@ttpho**](https://github.com/ttpho)님이 만든 플러터 어플리케이션입니다. JSON 데이터를 통해 Freezed 클래스를 생성할 수 있습니다.

시연 영상:

<https://github.com/ttpho/ttpho/assets/3994863/5d529258-c02c-4066-925e-ca2ffc68a804>

## Sponsors

<p align="center">
Expand Down

0 comments on commit d542fab

Please sign in to comment.