diff --git a/lib/main.dart b/lib/main.dart index 6d04931..b1e8953 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'; 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