Deploy: 2026-05-25 01:11:56

This commit is contained in:
Hamza-Ayed
2026-05-25 01:11:56 +03:00
parent 722f92cb2f
commit de006943d3
9 changed files with 100 additions and 22 deletions

View File

@@ -7,8 +7,10 @@ import Foundation
import flutter_secure_storage_macos
import path_provider_foundation
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}