this repo has no description
at main 32 lines 1.5 kB view raw
1// 2// Generated file. Do not edit. 3// 4 5import FlutterMacOS 6import Foundation 7 8import desktop_webview_window 9import file_selector_macos 10import flutter_secure_storage_macos 11import flutter_web_auth_2 12import package_info_plus 13import path_provider_foundation 14import share_plus 15import shared_preferences_foundation 16import sqflite_darwin 17import url_launcher_macos 18import window_to_front 19 20func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { 21 DesktopWebviewWindowPlugin.register(with: registry.registrar(forPlugin: "DesktopWebviewWindowPlugin")) 22 FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin")) 23 FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin")) 24 FlutterWebAuth2Plugin.register(with: registry.registrar(forPlugin: "FlutterWebAuth2Plugin")) 25 FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin")) 26 PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) 27 SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin")) 28 SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin")) 29 SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin")) 30 UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) 31 WindowToFrontPlugin.register(with: registry.registrar(forPlugin: "WindowToFrontPlugin")) 32}