From 14a5abd439d550fc53e9d94fc10f921141e6479f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 4 Oct 2023 09:49:21 +0200 Subject: [PATCH] chore(authentication_bloc): organize pubspec --- packages/wyatt_authentication_bloc/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/wyatt_authentication_bloc/pubspec.yaml b/packages/wyatt_authentication_bloc/pubspec.yaml index 0729f138..998b2b35 100644 --- a/packages/wyatt_authentication_bloc/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/pubspec.yaml @@ -17,6 +17,8 @@ dependencies: firebase_auth: ^4.10.1 google_sign_in: ^6.1.5 rxdart: ^0.27.7 + flutter_secure_storage: ^9.0.0 + http: ^1.1.0 wyatt_form_bloc: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ @@ -29,8 +31,6 @@ dependencies: wyatt_type_utils: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ version: ^0.0.5 - flutter_secure_storage: ^9.0.0 - http: ^1.1.0 dev_dependencies: flutter_test: { sdk: flutter }