From 0c7d1934bcda83d8f65a5a3ff71a57e71650ae4b Mon Sep 17 00:00:00 2001 From: "Capt. Michael" Date: Mon, 12 Jul 2021 21:07:01 +0800 Subject: [PATCH] Upgrade dio to 4.0.0. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index f66d504..bdd05dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter - dio: ^3.0.9 + dio: ^4.0.0 dev_dependencies: flutter_test: