DiscoverModule/macos/Flutter/GeneratedPluginRegistrant.s...

23 lines
853 B
Swift
Raw Permalink Normal View History

2024-05-20 10:29:02 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import connectivity_plus
2024-11-22 10:38:43 +00:00
import network_info_plus
2024-05-20 10:29:02 +00:00
import path_provider_foundation
import shared_preferences_foundation
2024-08-30 12:24:54 +00:00
import sqflite
import url_launcher_macos
2024-05-20 10:29:02 +00:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
2024-11-22 10:38:43 +00:00
NetworkInfoPlusPlugin.register(with: registry.registrar(forPlugin: "NetworkInfoPlusPlugin"))
2024-05-20 10:29:02 +00:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2024-08-30 12:24:54 +00:00
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2024-05-20 10:29:02 +00:00
}