| 123456789101112131415161718192021222324 | 
							- //
 
- //  Generated file. Do not edit.
 
- //
 
- import FlutterMacOS
 
- import Foundation
 
- import connectivity_plus_macos
 
- import flowy_infra_ui
 
- import flowy_sdk
 
- import package_info_plus_macos
 
- import path_provider_macos
 
- import url_launcher_macos
 
- import window_size
 
- func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
 
-   ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
 
-   FlowyInfraUIPlugin.register(with: registry.registrar(forPlugin: "FlowyInfraUIPlugin"))
 
-   FlowySdkPlugin.register(with: registry.registrar(forPlugin: "FlowySdkPlugin"))
 
-   FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
 
-   PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
 
-   UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
 
-   WindowSizePlugin.register(with: registry.registrar(forPlugin: "WindowSizePlugin"))
 
- }
 
 
  |