2026-01-12 22:14:53 +09:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
|
import Foundation
|
|
|
|
|
|
|
|
|
|
import path_provider_foundation
|
|
|
|
|
import sqflite_darwin
|
2026-01-13 00:07:59 +09:00
|
|
|
import url_launcher_macos
|
2026-01-12 22:14:53 +09:00
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
2026-01-13 00:07:59 +09:00
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2026-01-12 22:14:53 +09:00
|
|
|
}
|