whisper_flutter_new/example/macos/Flutter/GeneratedPluginRegistrant.swift
小草林(田梓萱) af91fc48cb
feat: publish v1.0.1
Signed-off-by: 小草林(田梓萱) <xcl@xuegao-tzx.top>
2024-06-12 10:31:01 +08:00

17 lines
498 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import ffmpeg_kit_flutter_full_gpl
import path_provider_foundation
import record_darwin
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FFmpegKitFlutterPlugin.register(with: registry.registrar(forPlugin: "FFmpegKitFlutterPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
RecordPlugin.register(with: registry.registrar(forPlugin: "RecordPlugin"))
}