2025-08-01 22:39:07 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2025-08-02 05:00:44 +02:00
|
|
|
import connectivity_plus
|
|
|
|
import network_info_plus
|
2025-08-02 04:16:15 +02:00
|
|
|
import shared_preferences_foundation
|
|
|
|
import url_launcher_macos
|
|
|
|
import webview_flutter_wkwebview
|
2025-08-01 22:39:07 +02:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2025-08-02 05:00:44 +02:00
|
|
|
ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
|
|
|
|
NetworkInfoPlusPlugin.register(with: registry.registrar(forPlugin: "NetworkInfoPlusPlugin"))
|
2025-08-02 04:16:15 +02:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
|
|
|
WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
|
2025-08-01 22:39:07 +02:00
|
|
|
}
|