2024-02-11 21:45:43 +07:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
|
|
|
import dynamic_color
|
2024-03-03 18:04:45 +07:00
|
|
|
import url_launcher_macos
|
2024-02-11 21:45:43 +07:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
|
|
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
|
2024-03-03 18:04:45 +07:00
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2024-02-11 21:45:43 +07:00
|
|
|
}
|