fix: stale cloud_einstellungen.dart entfernt (Rebase-Artefakt)

This commit is contained in:
Dustin
2026-08-01 15:06:26 +02:00
parent 36c744d6e3
commit cdb137f724
10 changed files with 110 additions and 197 deletions
@@ -7,6 +7,7 @@ import Foundation
import audio_service
import audio_session
import flutter_secure_storage_darwin
import just_audio
import shared_preferences_foundation
import sqflite_darwin
@@ -14,6 +15,7 @@ import sqflite_darwin
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioServicePlugin.register(with: registry.registrar(forPlugin: "AudioServicePlugin"))
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
FlutterSecureStorageDarwinPlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStorageDarwinPlugin"))
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))