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

25 lines
1013 B
Swift
Raw Normal View History

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