From cb35751fcf1a81fc19b71865739e0eeb4e5f5880 Mon Sep 17 00:00:00 2001 From: Agniswar Mandal Date: Wed, 2 Feb 2022 17:05:20 +0530 Subject: [PATCH] Updated library dio-http-cache to flutter 2.8 --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 089a63a..9f8483f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,17 +11,17 @@ environment: dependencies: crypto: ^3.0.1 - dio: ^4.0.0 + dio: ^4.0.4 flutter: sdk: flutter - json_serializable: ^4.1.4 + json_serializable: ^6.1.4 json_annotation: ^4.0.1 path: ^1.8.0 quiver: ^3.0.1 sqflite: ^2.0.0+3 dev_dependencies: - build_runner: ^2.0.6 + build_runner: ^2.1.7 flutter_test: sdk: flutter