From 8ae2ac1297acf398b800f35a8ab12f51ff3a066c Mon Sep 17 00:00:00 2001 From: Yoshi Date: Mon, 16 Oct 2023 15:29:41 +0300 Subject: [PATCH] update --- lib/translation/translation.dart | 5 +++-- macos/Flutter/GeneratedPluginRegistrant.swift | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/translation/translation.dart b/lib/translation/translation.dart index 11fe92b..5305248 100644 --- a/lib/translation/translation.dart +++ b/lib/translation/translation.dart @@ -536,10 +536,11 @@ class Translation extends Translations { 'notFound': 'لا يوجد شيئ', 'settings': 'الإعدادات', 'backup': 'أنشئ نسخة إحتياطية لبينات المستخدم', - 'restore': 'إستعد بينات المستخدم من نسخة إحتياطية' + 'restore': 'إستعد بينات المستخدم من نسخة إحتياطية', 'deleteAllBD': 'إخذف جميع بينات المستخدم', 'deleteAllBDTitle': 'خذف جميع بينات المستخدم', - 'deleteAllBDQuery': 'هل أنت متأكد من رغبتك في حذف جميع بينات المستخدم', + 'deleteAllBDQuery': + 'هل أنت متأكد من رغبتك في حذف جميع بينات المستخدم', 'errorPath': 'لم تختر مسار لحفض النسخ الإحتياطية', 'error': 'حدث خطأ ما', 'successBackup': 'تم إنشاء النسخة الاحتياطية بنجاح', diff --git a/macos/Flutter/GeneratedPluginRegistrant.swift b/macos/Flutter/GeneratedPluginRegistrant.swift index 755c99f..ccea628 100644 --- a/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/macos/Flutter/GeneratedPluginRegistrant.swift @@ -18,7 +18,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin")) FlutterTimezonePlugin.register(with: registry.registrar(forPlugin: "FlutterTimezonePlugin")) IsarFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "IsarFlutterLibsPlugin")) - FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin")) + FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin")) PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) } diff --git a/pubspec.lock b/pubspec.lock index 458e8b1..60672ed 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -601,10 +601,10 @@ packages: dependency: "direct main" description: name: package_info_plus - sha256: "6ff267fcd9d48cb61c8df74a82680e8b82e940231bb5f68356672fde0397334a" + sha256: "7e76fad405b3e4016cd39d08f455a4eb5199723cf594cd1b8916d47140d93017" url: "https://pub.dev" source: hosted - version: "4.1.0" + version: "4.2.0" package_info_plus_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1fe4a30..166f9ea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -29,7 +29,7 @@ dependencies: path_provider: ^2.1.1 table_calendar: ^3.0.9 flutter_timezone: ^1.0.8 - package_info_plus: ^4.1.0 + package_info_plus: ^4.2.0 flex_color_picker: ^3.3.0 isar_flutter_libs: ^3.1.0+1 flutter_easyloading: ^3.0.5