ocarina2/macos/Flutter/GeneratedPluginRegistrant.swift

27 lines
1 KiB
Swift
Raw Permalink Normal View History

2024-05-23 19:14:08 +02:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import audio_service
import audio_session
2024-05-24 00:10:11 +02:00
import dynamic_color
2024-05-23 19:14:08 +02:00
import flutter_secure_storage_macos
import just_audio
import path_provider_foundation
import shared_preferences_foundation
import sqflite
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioServicePlugin.register(with: registry.registrar(forPlugin: "AudioServicePlugin"))
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
2024-05-24 00:10:11 +02:00
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
2024-05-23 19:14:08 +02:00
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
}