This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
SolarAgent/macos/Flutter/GeneratedPluginRegistrant.swift

23 lines
900 B
Swift
Raw Normal View History

2024-02-07 17:25:58 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2024-03-24 08:07:29 +00:00
import file_selector_macos
2024-02-07 17:25:58 +00:00
import flutter_secure_storage_macos
2024-02-08 12:30:19 +00:00
import package_info_plus
2024-02-07 17:25:58 +00:00
import path_provider_foundation
import shared_preferences_foundation
2024-02-08 12:30:19 +00:00
import url_launcher_macos
2024-02-07 17:25:58 +00:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2024-03-24 08:07:29 +00:00
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
2024-02-07 17:25:58 +00:00
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
2024-02-08 12:30:19 +00:00
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
2024-02-07 17:25:58 +00:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2024-02-08 12:30:19 +00:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2024-02-07 17:25:58 +00:00
}