recording_test

This commit is contained in:
ycc
2024-02-11 21:39:11 +01:00
parent a8d54d260c
commit ae023d3f00
13 changed files with 862 additions and 28 deletions

View File

@ -5,6 +5,12 @@
import FlutterMacOS
import Foundation
import audioplayers_darwin
import path_provider_foundation
import record_darwin
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
RecordPlugin.register(with: registry.registrar(forPlugin: "RecordPlugin"))
}