spotify and network groups working

This commit is contained in:
Leon Astner 2025-08-02 05:00:44 +02:00
parent 025eee7644
commit 6b93f1206d
11 changed files with 1381 additions and 267 deletions

View file

@ -5,11 +5,15 @@
import FlutterMacOS
import Foundation
import connectivity_plus
import network_info_plus
import shared_preferences_foundation
import url_launcher_macos
import webview_flutter_wkwebview
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
NetworkInfoPlusPlugin.register(with: registry.registrar(forPlugin: "NetworkInfoPlusPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))