diff --git a/android/local.properties b/android/local.properties
index e56c555..a32620b 100644
--- a/android/local.properties
+++ b/android/local.properties
@@ -1,5 +1,5 @@
-sdk.dir=C:\\Users\\sikander.saleem\\Documents\\Sdks\\android
-flutter.sdk=C:\\Users\\sikander.saleem\\Documents\\Sdks\\flutter
+sdk.dir=/Users/sikandersaleem/Library/Android/sdk
+flutter.sdk=/Users/sikandersaleem/sdks/flutter
flutter.buildMode=debug
flutter.versionName=1.0.0
flutter.versionCode=1
\ No newline at end of file
diff --git a/ios/Flutter/AppFrameworkInfo.plist b/ios/Flutter/AppFrameworkInfo.plist
index f2872cf..4f8d4d2 100644
--- a/ios/Flutter/AppFrameworkInfo.plist
+++ b/ios/Flutter/AppFrameworkInfo.plist
@@ -21,6 +21,6 @@
CFBundleVersion
1.0
MinimumOSVersion
- 9.0
+ 11.0
diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj
index 2b93e3c..33074ae 100644
--- a/ios/Runner.xcodeproj/project.pbxproj
+++ b/ios/Runner.xcodeproj/project.pbxproj
@@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
- objectVersion = 51;
+ objectVersion = 54;
objects = {
/* Begin PBXBuildFile section */
@@ -203,6 +203,7 @@
/* Begin PBXShellScriptBuildPhase section */
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase;
+ alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
@@ -239,6 +240,7 @@
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
+ alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 055175c..a6e9ec9 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -49,5 +49,7 @@
CADisableMinimumFrameDurationOnPhone
+ UIApplicationSupportsIndirectInputEvents
+
diff --git a/lib/ui/bottom_sheets/country_selection_bottom_sheet.dart b/lib/ui/bottom_sheets/country_selection_bottom_sheet.dart
index fb00af2..16276e9 100644
--- a/lib/ui/bottom_sheets/country_selection_bottom_sheet.dart
+++ b/lib/ui/bottom_sheets/country_selection_bottom_sheet.dart
@@ -71,7 +71,7 @@ class _CountrySelectionBottomSheetState extends State ListTile(
- title: Text(_filteredCountryList[index].countryNameAr + " (" + _filteredCountryList[index].countryCode + ")"),
+ title: Text(_filteredCountryList[index].countryNameEn + " (" + _filteredCountryList[index].countryCode + ")"),
dense: true,
onTap: () {
Navigator.pop(context);
diff --git a/lib/ui/common_appbar.dart b/lib/ui/common_appbar.dart
index 5084292..9650c22 100644
--- a/lib/ui/common_appbar.dart
+++ b/lib/ui/common_appbar.dart
@@ -433,7 +433,7 @@ class _CommonAppbarState extends State {
_userCopyRight.content,
maxLines: 1,
textAlign: TextAlign.right,
- style: TextStyle(fontSize: 14, color: Colors.black87),
+ style: TextStyle(fontSize: 12, color: Colors.black87),
),
SizedBox(width: 8),
Image.network(ApiConsts.baseUrl + _userCopyRight.exposeFilePath, height: 25, width: 30)
diff --git a/pubspec.yaml b/pubspec.yaml
index d29c5b6..35925d3 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -20,11 +20,12 @@ version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
-
dependency_overrides:
- flutter_inappwebview:
- git:
- url: https://github.com/CodeEagle/flutter_inappwebview
+ firebase_core_platform_interface: 4.5.1
+#dependency_overrides:
+# flutter_inappwebview:
+# git:
+# url: https://github.com/CodeEagle/flutter_inappwebview
dependencies:
flutter:
@@ -47,10 +48,11 @@ dependencies:
flutter_slidable: ^0.6.0
record_mp3: ^2.1.0
syncfusion_flutter_pdfviewer: ^19.1.59-beta
- firebase_core: ^1.3.0
+ firebase_core: ^1.24.0
firebase_analytics: ^9.3.6
youtube_player_flutter: ^8.0.0
flutter_html: ^2.2.1
+ flutter_inappwebview: ^5.7.2+3
dev_dependencies:
flutter_test: