bookmywages/macos/Flutter/GeneratedPluginRegistrant.swift
2025-10-16 11:21:52 +05:30

23 lines
884 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import file_selector_macos
import flutter_inappwebview_macos
import path_provider_foundation
import shared_preferences_foundation
import sqflite_darwin
import video_player_avfoundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
}