Files
trainhub-flutter/macos/Flutter/GeneratedPluginRegistrant.swift
2026-02-19 14:36:46 +01:00

19 lines
634 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import screen_retriever
import sqlite3_flutter_libs
import video_player_avfoundation
import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
}