veilidchat/macos/Flutter/GeneratedPluginRegistrant.swift

23 lines
821 B
Swift
Raw Normal View History

2023-01-07 21:43:31 -05:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
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-02 09:58:40 -04:00
import shared_preferences_foundation
2023-07-23 01:06:42 -04:00
import sqflite
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-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-01-08 22:27:33 -05:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2023-07-23 01:06:42 -04:00
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
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
}