fApp/macos/Flutter/GeneratedPluginRegistrant.swift
Flummi 78ff1953ad
All checks were successful
Flutter Schmutter / build (push) Successful in 3m30s
v1.0.28+28
2025-06-06 08:43:50 +02:00

19 lines
621 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import package_info_plus
import path_provider_foundation
import sqflite_darwin
import video_player_avfoundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
}