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

17 lines
508 B
Swift
Raw Permalink 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
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}