relatica/macos/Flutter/GeneratedPluginRegistrant.swift
2022-11-08 20:19:44 -06:00

18 lines
601 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import desktop_window
import path_provider_macos
import shared_preferences_macos
import sqflite
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DesktopWindowPlugin.register(with: registry.registrar(forPlugin: "DesktopWindowPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
}