Sync update: 2026-06-20 16:53:51

This commit is contained in:
Hamza-Ayed
2026-06-20 16:53:51 +03:00
parent 10d4651965
commit 9f43eaf8ef
8 changed files with 135 additions and 175 deletions

View File

@@ -10,6 +10,7 @@ import file_selector_macos
import firebase_core
import firebase_messaging
import flutter_local_notifications
import path_provider_foundation
import record_darwin
import shared_preferences_foundation
import sqflite_darwin
@@ -20,6 +21,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
FLTFirebaseMessagingPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseMessagingPlugin"))
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
RecordPlugin.register(with: registry.registrar(forPlugin: "RecordPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))