flutter dependencies upgrade

This commit is contained in:
2026-01-18 11:29:33 -05:00
parent 567b7a8598
commit 0b689480c9
3 changed files with 91 additions and 60 deletions

View File

@@ -8,7 +8,6 @@ import Foundation
import audio_service
import audio_session
import audioplayers_darwin
import path_provider_foundation
import sqflite_darwin
import url_launcher_macos
@@ -16,7 +15,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioServicePlugin.register(with: registry.registrar(forPlugin: "AudioServicePlugin"))
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}