muzzle-velocity/macos/Flutter/GeneratedPluginRegistrant.swift

19 lines
621 B
Swift
Raw Permalink Normal View History

2025-02-20 22:40:41 +02:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2025-02-21 22:02:06 +02:00
import file_picker
2025-02-20 22:40:41 +02:00
import path_provider_foundation
2025-02-21 22:02:06 +02:00
import shared_preferences_foundation
2025-02-20 22:40:41 +02:00
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2025-02-21 22:02:06 +02:00
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
2025-02-20 22:40:41 +02:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2025-02-21 22:02:06 +02:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2025-02-20 22:40:41 +02:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}