Files
Eventify-frontend/macos/Flutter/GeneratedPluginRegistrant.swift

23 lines
853 B
Swift
Raw Normal View History

2026-01-31 15:23:18 +05:30
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import file_selector_macos
import geolocator_apple
2026-03-11 20:13:13 +05:30
import path_provider_foundation
import share_plus
2026-01-31 15:23:18 +05:30
import shared_preferences_foundation
2026-03-11 20:13:13 +05:30
import url_launcher_macos
2026-01-31 15:23:18 +05:30
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
2026-03-11 20:13:13 +05:30
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
2026-01-31 15:23:18 +05:30
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2026-03-11 20:13:13 +05:30
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2026-01-31 15:23:18 +05:30
}