2024-08-26 05:29:17 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-08-26 13:13:53 +00:00
|
|
|
import media_kit_libs_macos_audio
|
2024-08-26 12:26:07 +00:00
|
|
|
import package_info_plus
|
|
|
|
import path_provider_foundation
|
|
|
|
import sqflite
|
2024-08-26 05:29:17 +00:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-08-26 13:13:53 +00:00
|
|
|
MediaKitLibsMacosAudioPlugin.register(with: registry.registrar(forPlugin: "MediaKitLibsMacosAudioPlugin"))
|
2024-08-26 12:26:07 +00:00
|
|
|
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
2024-08-26 05:29:17 +00:00
|
|
|
}
|