update pubspec.yaml version
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
ChangJoo Park(박창주) 2025-05-15 15:03:55 +09:00
parent 32144e21d4
commit 327942dad0

View file

@ -73,11 +73,11 @@ class User {
```yaml ```yaml
dependencies: dependencies:
json_annotation: ^4.8.1 json_annotation: ^4.9.0
dev_dependencies: dev_dependencies:
build_runner: ^2.4.6 build_runner:
json_serializable: ^6.7.1 json_serializable: ^6.9.5
``` ```
### 2. 모델 클래스 정의 ### 2. 모델 클래스 정의
@ -372,12 +372,12 @@ class Profile {
```yaml ```yaml
dependencies: dependencies:
freezed_annotation: ^2.4.1 freezed_annotation: ^2.4.1
json_annotation: ^4.8.1 json_annotation: ^4.9.0
dev_dependencies: dev_dependencies:
build_runner: ^2.4.6 build_runner:
freezed: ^2.4.5 freezed: ^2.4.5
json_serializable: ^6.7.1 json_serializable: ^6.9.5
``` ```
### 2. freezed 기본 모델 정의 ### 2. freezed 기본 모델 정의