enaklo-flutter/macos/Flutter/GeneratedPluginRegistrant.swift

21 lines
740 B
Swift
Raw Normal View History

2025-08-27 12:17:23 +07:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2025-08-27 12:43:25 +07:00
import connectivity_plus
import path_provider_foundation
import shared_preferences_foundation
2025-09-05 02:53:03 +07:00
import sqflite_darwin
2025-08-27 20:12:38 +07:00
import url_launcher_macos
2025-08-27 12:17:23 +07:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2025-08-27 12:43:25 +07:00
ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2025-09-05 02:53:03 +07:00
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
2025-08-27 20:12:38 +07:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2025-08-27 12:17:23 +07:00
}