TetraStats/macos/Flutter/GeneratedPluginRegistrant.s...

29 lines
1.2 KiB
Swift
Raw Permalink Normal View History

2023-05-06 21:14:12 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import file_selector_macos
import package_info_plus
import path_provider_foundation
import screen_retriever
import shared_preferences_foundation
import sqflite
import sqlite3_flutter_libs
2023-07-20 20:56:00 +00:00
import url_launcher_macos
import window_manager
2023-05-06 21:14:12 +00:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
2023-12-26 22:02:47 +00:00
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
2023-07-20 20:56:00 +00:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
2023-05-06 21:14:12 +00:00
}