Merge pull request #2306 from ImranR98/dev

Minor updates
This commit is contained in:
Imran
2025-05-19 15:55:51 -04:00
committed by GitHub
3 changed files with 6 additions and 5 deletions

View File

@ -48,6 +48,7 @@ List<MapEntry<Locale, String>> 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';

View File

@ -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:

View File

@ -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