|
@@ -6,14 +6,12 @@ import FlutterMacOS
|
|
|
import Foundation
|
|
|
|
|
|
import connectivity_plus_macos
|
|
|
-import file_selector_macos
|
|
|
import flutter_secure_storage_macos
|
|
|
import path_provider_foundation
|
|
|
import protocol_handler
|
|
|
import proxy_manager
|
|
|
import screen_retriever
|
|
|
import shared_preferences_foundation
|
|
|
-import sqflite
|
|
|
import tray_manager
|
|
|
import url_launcher_macos
|
|
|
import window_manager
|
|
@@ -21,14 +19,12 @@ import wl_base_help
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
|
ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
|
|
|
- FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
|
|
FlutterSecureStorageMacosPlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStorageMacosPlugin"))
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
ProtocolHandlerPlugin.register(with: registry.registrar(forPlugin: "ProtocolHandlerPlugin"))
|
|
|
ProxyManagerPlugin.register(with: registry.registrar(forPlugin: "ProxyManagerPlugin"))
|
|
|
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
|
- SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
|
TrayManagerPlugin.register(with: registry.registrar(forPlugin: "TrayManagerPlugin"))
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
|
|
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
|