From 1896497c1a0cccf47a9399de3ada3fc0c0d703b3 Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Fri, 11 Nov 2022 19:01:00 -0500 Subject: [PATCH] refactor(auth): use correct deps --- .../example_router/pubspec.yaml | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/packages/wyatt_authentication_bloc/example_router/pubspec.yaml b/packages/wyatt_authentication_bloc/example_router/pubspec.yaml index be47f075..3d087b93 100644 --- a/packages/wyatt_authentication_bloc/example_router/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/example_router/pubspec.yaml @@ -33,25 +33,26 @@ dependencies: go_router: ^5.1.5 firebase_core: ^2.1.1 flutter_bloc: ^8.1.1 + get_it: ^7.2.0 + wyatt_authentication_bloc: path: "../" wyatt_form_bloc: - git: - url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_form_bloc-v0.1.0+1 - path: packages/wyatt_form_bloc - + hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ + version: 0.1.0+1 + + wyatt_architecture: + hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ + version: 0.0.2 + wyatt_type_utils: - git: - url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_type_utils-v0.0.3+1 - path: packages/wyatt_type_utils + hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ + version: 0.0.3+1 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.5 - get_it: ^7.2.0 dev_dependencies: flutter_test: