relatica/macos/Flutter/GeneratedPluginRegistrant.s...

29 wiersze
1.2 KiB
Swift
Czysty Zwykły widok Historia

2022-11-03 03:25:29 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2022-11-09 02:19:44 +00:00
import desktop_window
2023-01-30 15:37:25 +00:00
import device_info_plus
import flutter_secure_storage_macos
2023-02-28 04:36:18 +00:00
import flutter_web_auth_2
import objectbox_flutter_libs
import path_provider_foundation
import shared_preferences_foundation
2022-11-09 02:19:44 +00:00
import sqflite
import url_launcher_macos
2022-11-03 03:25:29 +00:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2022-11-09 02:19:44 +00:00
DesktopWindowPlugin.register(with: registry.registrar(forPlugin: "DesktopWindowPlugin"))
2023-01-30 15:37:25 +00:00
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
2023-01-05 18:55:01 +00:00
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
2023-02-28 04:36:18 +00:00
FlutterWebAuth2Plugin.register(with: registry.registrar(forPlugin: "FlutterWebAuth2Plugin"))
ObjectboxFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "ObjectboxFlutterLibsPlugin"))
2022-11-09 02:19:44 +00:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2022-11-03 03:25:29 +00:00
}