Update dart dependencies

This commit is contained in:
Alexandru Geana 2021-11-25 15:32:21 +00:00
parent a2aec75f0c
commit 6babeee02d
2 changed files with 4 additions and 4 deletions

View File

@ -225,14 +225,14 @@ packages:
name: freezed
url: "https://pub.dartlang.org"
source: hosted
version: "0.15.1+1"
version: "1.0.0"
freezed_annotation:
dependency: "direct main"
description:
name: freezed_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "0.15.0"
version: "1.0.0"
frontend_server_client:
dependency: transitive
description:

View File

@ -40,7 +40,7 @@ dependencies:
shared_preferences: ^2.0.8
flutter_riverpod: ^1.0.0
json_annotation: ^4.3.0
freezed_annotation: ^0.15.0
freezed_annotation: ^1.0.0
dev_dependencies:
flutter_test:
@ -54,7 +54,7 @@ dev_dependencies:
flutter_lints: ^1.0.0
build_runner: ^2.1.4
freezed: ^0.15.0
freezed: ^1.0.0
json_serializable: ^6.0.0