Files
dayMaker_lp/macos/Flutter/GeneratedPluginRegistrant.swift
Carlos Correia b2b0323804 Push Inicial
2026-05-13 15:39:07 +01:00

19 lines
620 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import app_links
import file_selector_macos
import shared_preferences_foundation
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AppLinksMacosPlugin.register(with: registry.registrar(forPlugin: "AppLinksMacosPlugin"))
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}