veilidchat/macos/Flutter/GeneratedPluginRegistrant.swift

33 lines
1.3 KiB
Swift
Raw Normal View History

2023-01-07 21:43:31 -05:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2023-09-28 10:06:22 -04:00
import mobile_scanner
import pasteboard
2023-07-02 09:58:40 -04:00
import path_provider_foundation
2023-07-22 23:29:10 -04:00
import screen_retriever
2023-07-29 15:27:35 -04:00
import share_plus
2023-07-02 09:58:40 -04:00
import shared_preferences_foundation
2023-08-02 21:09:28 -04:00
import smart_auth
2023-07-23 01:06:42 -04:00
import sqflite
2023-07-29 10:55:35 -04:00
import url_launcher_macos
2023-01-08 22:27:33 -05:00
import veilid
2023-07-22 23:29:10 -04:00
import window_manager
2023-01-07 21:43:31 -05:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2023-09-28 10:06:22 -04:00
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
PasteboardPlugin.register(with: registry.registrar(forPlugin: "PasteboardPlugin"))
2023-01-08 22:27:33 -05:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2023-07-22 23:29:10 -04:00
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
2023-07-29 15:27:35 -04:00
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
2023-01-08 22:27:33 -05:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2023-08-02 21:09:28 -04:00
SmartAuthPlugin.register(with: registry.registrar(forPlugin: "SmartAuthPlugin"))
2023-07-23 01:06:42 -04:00
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
2023-07-29 10:55:35 -04:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2023-01-08 22:27:33 -05:00
VeilidPlugin.register(with: registry.registrar(forPlugin: "VeilidPlugin"))
2023-07-22 23:29:10 -04:00
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
2023-01-07 21:43:31 -05:00
}