From af0fbaf180aa6a909d19abda2f99dcc06ffc620c Mon Sep 17 00:00:00 2001 From: Tibor Bossanyi Date: Sun, 12 Feb 2023 22:31:33 +0100 Subject: [PATCH] v1.0.3 webapi client --- pubspec.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6f49d60..d128649 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,12 +11,20 @@ dependencies: flutter: sdk: flutter + crypto: ^3.0.2 + firebase_auth: ^4.2.5 firebase_analytics: ^10.1.0 + firebase_core: ^2.5.0 firebase_messaging: ^14.2.1 firebase_remote_config: ^3.0.9 flutter_facebook_auth: ^5.0.7 google_sign_in: ^5.4.3 + + http: ^0.13.5 + + intl: ^0.17.0 + sign_in_with_apple: ^4.3.0 matomo_tracker: ^2.0.0 @@ -24,6 +32,7 @@ dependencies: package_info_plus: ^3.0.2 sentry_flutter: ^6.9.1 + shared_preferences: ^2.0.17 posthog_session: git: @@ -34,8 +43,6 @@ dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^2.0.0 - intl: ^0.17.0 - shared_preferences: ^2.0.5 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec