2022-09-02 10:37:04 -06:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2022-10-24 15:42:27 -06:00
|
|
|
import desktop_window
|
2022-09-02 10:37:04 -06:00
|
|
|
import package_info_plus_macos
|
|
|
|
import path_provider_macos
|
2023-01-01 12:58:24 -07:00
|
|
|
import share_plus
|
2022-09-02 10:37:04 -06:00
|
|
|
import shared_preferences_macos
|
|
|
|
import url_launcher_macos
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2022-10-24 15:42:27 -06:00
|
|
|
DesktopWindowPlugin.register(with: registry.registrar(forPlugin: "DesktopWindowPlugin"))
|
2022-09-02 10:37:04 -06:00
|
|
|
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
|
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
|
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
|
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
|
|
|
}
|