2024-11-08 16:09:46 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
|
|
|
import connectivity_plus
|
2024-11-09 17:04:39 +00:00
|
|
|
import file_selector_macos
|
|
|
|
import flutter_image_compress_macos
|
2024-11-08 16:09:46 +00:00
|
|
|
import path_provider_foundation
|
|
|
|
import shared_preferences_foundation
|
2024-11-09 03:16:14 +00:00
|
|
|
import sqflite_darwin
|
|
|
|
import url_launcher_macos
|
2024-11-08 16:09:46 +00:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
|
|
ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
|
2024-11-09 17:04:39 +00:00
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
|
|
|
FlutterImageCompressMacosPlugin.register(with: registry.registrar(forPlugin: "FlutterImageCompressMacosPlugin"))
|
2024-11-08 16:09:46 +00:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2024-11-09 03:16:14 +00:00
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2024-11-08 16:09:46 +00:00
|
|
|
}
|