2024-08-26 05:29:17 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-08-26 17:49:05 +00:00
|
|
|
import audio_service
|
2024-08-26 15:21:22 +00:00
|
|
|
import audio_session
|
2024-08-26 17:49:05 +00:00
|
|
|
import device_info_plus
|
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
|
2024-08-26 17:49:05 +00:00
|
|
|
import shared_preferences_foundation
|
2024-08-26 12:26:07 +00:00
|
|
|
import sqflite
|
2024-08-26 05:29:17 +00:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-08-26 17:49:05 +00:00
|
|
|
AudioServicePlugin.register(with: registry.registrar(forPlugin: "AudioServicePlugin"))
|
2024-08-26 15:21:22 +00:00
|
|
|
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
|
2024-08-26 17:49:05 +00:00
|
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
|
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"))
|
2024-08-26 17:49:05 +00:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2024-08-26 12:26:07 +00:00
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
2024-08-26 05:29:17 +00:00
|
|
|
}
|