1.0.21+21
All checks were successful
Flutter Schmutter / build (push) Successful in 3m10s

This commit is contained in:
2025-06-03 19:44:51 +02:00
parent e78b5dc36b
commit 1120787f4a
7 changed files with 392 additions and 114 deletions

View File

@ -5,8 +5,12 @@
import FlutterMacOS
import Foundation
import path_provider_foundation
import sqflite_darwin
import video_player_avfoundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
}