From b677be9e3cf816b28a491a6e0cba4d488537ade7 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Thu, 16 Jan 2025 14:04:42 +0300 Subject: [PATCH] Updates & fixes --- android/app/build.gradle | 5 +- android/app/src/main/AndroidManifest.xml | 7 ++- .../diplomaticquarterapp/MainActivity.kt | 7 +++ ios/Runner.xcodeproj/project.pbxproj | 6 +- lib/config/config.dart | 12 ++-- .../livecare/live_care_payment_page.dart | 60 +++++++++---------- lib/pages/login/confirm-login.dart | 8 ++- lib/uitl/whatsapp_method_channel.dart | 32 ++++++++++ lib/widgets/otp/sms-popup.dart | 12 ++++ 9 files changed, 106 insertions(+), 43 deletions(-) create mode 100644 lib/uitl/whatsapp_method_channel.dart diff --git a/android/app/build.gradle b/android/app/build.gradle index 98c75fbe..ef1c3d69 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -213,7 +213,8 @@ dependencies { implementation 'com.google.android.material:material:1.9.0' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.22' androidTestImplementation "androidx.test:core:1.4.0" - implementation 'com.airbnb.android:lottie:5.2.0' - implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.22' +// implementation 'com.airbnb.android:lottie:5.2.0' +// implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.22' + implementation 'com.whatsapp.otp:whatsapp-otp-android-sdk:0.1.0' } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 2856e8f1..0bd786ec 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -71,6 +71,8 @@ + +