feet/macos/Flutter/GeneratedPluginRegistrant.swift

23 lines
841 B
Swift
Raw Normal View History

2022-12-29 14:39:31 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2022-12-29 18:41:45 +00:00
import dynamic_color
2022-12-30 15:43:49 +00:00
import path_provider_macos
import share_plus
2022-12-29 20:43:02 +00:00
import shared_preferences_macos
2022-12-30 15:43:49 +00:00
import url_launcher_macos
import wakelock_macos
2022-12-29 14:39:31 +00:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2022-12-29 18:41:45 +00:00
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
2022-12-30 15:43:49 +00:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
2022-12-29 20:43:02 +00:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2022-12-30 15:43:49 +00:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
WakelockMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockMacosPlugin"))
2022-12-29 14:39:31 +00:00
}