From fd911738a53a015feb12d0d5a589ffc9bcf6aeea Mon Sep 17 00:00:00 2001 From: Dhaya <154633+dhayab@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:59:05 +0100 Subject: [PATCH] chore: add dio to dependencies --- helper/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helper/pubspec.yaml b/helper/pubspec.yaml index b77fdd7..0204469 100644 --- a/helper/pubspec.yaml +++ b/helper/pubspec.yaml @@ -10,6 +10,7 @@ dependencies: algolia_insights: ^1.0.1 algoliasearch: ">=1.3.0 <2.0.0" collection: ">=1.17.0 <2.0.0" + dio: ^5.2.1 flutter: sdk: flutter logging: ">=1.0.0 <2.0.0"