mirror of
https://github.com/ChangJoo-Park/learn-flutter.git
synced 2025-06-07 13:13:03 +00:00
update pubspec.yaml version
This commit is contained in:
parent
32144e21d4
commit
327942dad0
1 changed files with 6 additions and 6 deletions
|
@ -73,11 +73,11 @@ class User {
|
|||
|
||||
```yaml
|
||||
dependencies:
|
||||
json_annotation: ^4.8.1
|
||||
json_annotation: ^4.9.0
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.4.6
|
||||
json_serializable: ^6.7.1
|
||||
build_runner:
|
||||
json_serializable: ^6.9.5
|
||||
```
|
||||
|
||||
### 2. 모델 클래스 정의
|
||||
|
@ -372,12 +372,12 @@ class Profile {
|
|||
```yaml
|
||||
dependencies:
|
||||
freezed_annotation: ^2.4.1
|
||||
json_annotation: ^4.8.1
|
||||
json_annotation: ^4.9.0
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.4.6
|
||||
build_runner:
|
||||
freezed: ^2.4.5
|
||||
json_serializable: ^6.7.1
|
||||
json_serializable: ^6.9.5
|
||||
```
|
||||
|
||||
### 2. freezed 기본 모델 정의
|
||||
|
|
Loading…
Add table
Reference in a new issue