From acb4f274d8d3208a8bfccab71f42d0d17a2b6dcc Mon Sep 17 00:00:00 2001 From: Andrew nuark G Date: Mon, 8 May 2023 16:44:28 +0700 Subject: [PATCH] Added json_annotation dependency --- pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2cb2e11..8447069 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: tuuli_api -version: 1.0.2 +version: 1.0.3 description: OpenAPI API client homepage: homepage @@ -11,5 +11,6 @@ dependencies: dev_dependencies: build_runner: any + json_annotation: ^4.8.1 json_serializable: ^6.6.1 test: ^1.16.0