Files
kent_logistics_app/macos/Flutter/GeneratedPluginRegistrant.swift

27 lines
1.1 KiB
Swift
Raw Permalink Normal View History

2025-11-28 10:14:30 +05:30
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2025-12-03 11:57:05 +05:30
import file_selector_macos
2025-12-16 10:24:16 +05:30
import package_info_plus
2025-11-28 10:14:30 +05:30
import path_provider_foundation
2025-12-11 18:36:11 +05:30
import share_plus
2025-11-28 10:14:30 +05:30
import shared_preferences_foundation
2025-12-16 10:24:16 +05:30
import url_launcher_macos
import video_player_avfoundation
import wakelock_plus
2025-11-28 10:14:30 +05:30
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2025-12-03 11:57:05 +05:30
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
2025-12-16 10:24:16 +05:30
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
2025-11-28 10:14:30 +05:30
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2025-12-11 18:36:11 +05:30
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
2025-11-28 10:14:30 +05:30
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2025-12-16 10:24:16 +05:30
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
2025-11-28 10:14:30 +05:30
}