2023-05-06 21:14:12 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2023-06-29 22:41:11 +00:00
|
|
|
import file_selector_macos
|
2023-06-05 22:21:29 +00:00
|
|
|
import package_info_plus
|
2023-05-16 20:07:18 +00:00
|
|
|
import path_provider_foundation
|
2023-10-08 17:20:42 +00:00
|
|
|
import screen_retriever
|
2023-06-06 21:04:49 +00:00
|
|
|
import shared_preferences_foundation
|
2023-05-16 20:07:18 +00:00
|
|
|
import sqflite
|
2023-06-17 21:50:52 +00:00
|
|
|
import sqlite3_flutter_libs
|
2023-07-20 20:56:00 +00:00
|
|
|
import url_launcher_macos
|
2023-10-08 17:20:42 +00:00
|
|
|
import window_manager
|
2023-05-06 21:14:12 +00:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2023-06-29 22:41:11 +00:00
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
2023-06-05 22:21:29 +00:00
|
|
|
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
|
2023-05-16 20:07:18 +00:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2023-10-08 17:20:42 +00:00
|
|
|
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
|
2023-06-06 21:04:49 +00:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2023-05-16 20:07:18 +00:00
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
2023-06-17 21:50:52 +00:00
|
|
|
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
|
2023-07-20 20:56:00 +00:00
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2023-10-08 17:20:42 +00:00
|
|
|
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
|
2023-05-06 21:14:12 +00:00
|
|
|
}
|