From c5f905b4d36276c1b2e509bcb78a9a59876c2521 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Thu, 26 Mar 2026 00:07:31 +0530 Subject: [PATCH] feat: implement social login functionality with Google, Facebook, and Twitter, including API integration and platform-specific configurations. --- android/app/src/main/AndroidManifest.xml | 21 ++ android/app/src/main/res/values/strings.xml | 6 + ios/Podfile.lock | 72 +++++++ ios/Runner/Info.plist | 17 ++ lib/core/constants/api_constants.dart | 3 + .../screens/agent_detail_screen.dart | 7 + lib/features/auth/data/auth_repository.dart | 38 ++++ .../presentation/providers/auth_provider.dart | 180 ++++++++++++++++++ .../widgets/social_login_buttons.dart | 36 ++-- .../widgets/top_professionals_section.dart | 5 +- .../providers/messaging_provider.dart | 9 +- macos/Flutter/GeneratedPluginRegistrant.swift | 6 + pubspec.lock | 88 +++++++++ pubspec.yaml | 5 + 14 files changed, 479 insertions(+), 14 deletions(-) create mode 100644 android/app/src/main/res/values/strings.xml diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 3dee38b..b2f3367 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -37,6 +37,27 @@ + + + + + + + + + + + +