|
|
@ -8,7 +8,6 @@ import Foundation |
|
|
|
import desktop_drop |
|
|
|
import desktop_drop |
|
|
|
import device_info_plus |
|
|
|
import device_info_plus |
|
|
|
import file_selector_macos |
|
|
|
import file_selector_macos |
|
|
|
import flutter_inappwebview |
|
|
|
|
|
|
|
import gal |
|
|
|
import gal |
|
|
|
import pasteboard |
|
|
|
import pasteboard |
|
|
|
import path_provider_foundation |
|
|
|
import path_provider_foundation |
|
|
@ -21,7 +20,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { |
|
|
|
DesktopDropPlugin.register(with: registry.registrar(forPlugin: "DesktopDropPlugin")) |
|
|
|
DesktopDropPlugin.register(with: registry.registrar(forPlugin: "DesktopDropPlugin")) |
|
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin")) |
|
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin")) |
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin")) |
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin")) |
|
|
|
InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin")) |
|
|
|
|
|
|
|
GalPlugin.register(with: registry.registrar(forPlugin: "GalPlugin")) |
|
|
|
GalPlugin.register(with: registry.registrar(forPlugin: "GalPlugin")) |
|
|
|
PasteboardPlugin.register(with: registry.registrar(forPlugin: "PasteboardPlugin")) |
|
|
|
PasteboardPlugin.register(with: registry.registrar(forPlugin: "PasteboardPlugin")) |
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) |
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) |
|
|
|