From 3890785fc7e3d9b02a72c6cb34a07c25c24293df Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Mon, 19 May 2025 15:19:34 -0400 Subject: [PATCH 1/3] Add Arabic to language menu --- lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/main.dart b/lib/main.dart index 6d04931..031828b 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -48,6 +48,7 @@ List> supportedLocales = const [ MapEntry(Locale('in'), 'Bahasa Indonesia'), MapEntry(Locale('ko'), '한국어'), MapEntry(Locale('ca'), 'Català'), + MapEntry(Locale('ar'), 'عربى'), ]; const fallbackLocale = Locale('en'); const localeDir = 'assets/translations'; From 51c7acf4665a712fc62e78b04ccf10dba11430e6 Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Mon, 19 May 2025 15:53:51 -0400 Subject: [PATCH 2/3] Update ar language name --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 031828b..b1e8953 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -48,7 +48,7 @@ List> supportedLocales = const [ MapEntry(Locale('in'), 'Bahasa Indonesia'), MapEntry(Locale('ko'), '한국어'), MapEntry(Locale('ca'), 'Català'), - MapEntry(Locale('ar'), 'عربى'), + MapEntry(Locale('ar'), 'العربية'), ]; const fallbackLocale = Locale('en'); const localeDir = 'assets/translations'; From 9fe33737eb619939bcb69bf16309a66af4573609 Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Mon, 19 May 2025 15:55:02 -0400 Subject: [PATCH 3/3] Upgrade packages, increment version --- pubspec.lock | 8 ++++---- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 181d33d..56380bf 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1203,10 +1203,10 @@ packages: dependency: transitive description: name: webview_flutter_android - sha256: "5ece28a317a9f76ad5ee17c78dbacc8a491687cec85ee19c1643761bf8d678ef" + sha256: f6e6afef6e234801da77170f7a1847ded8450778caf2fe13979d140484be3678 url: "https://pub.dev" source: hosted - version: "4.6.0" + version: "4.7.0" webview_flutter_platform_interface: dependency: transitive description: @@ -1219,10 +1219,10 @@ packages: dependency: transitive description: name: webview_flutter_wkwebview - sha256: "6af7d1908c9c89311c2dffcc2c9b51b88a6f055ba16fa0aa8a04cbb1c3afc9ce" + sha256: a3d461fe3467014e05f3ac4962e5fdde2a4bf44c561cb53e9ae5c586600fdbc3 url: "https://pub.dev" source: hosted - version: "3.21.0" + version: "3.22.0" win32: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 4f262a5..988c837 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.1.54+2311 +version: 1.1.55+2312 environment: sdk: ^3.6.0