2024-08-12 02:17:57 +00:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
|
import Foundation
|
|
|
|
|
|
2024-10-10 05:49:33 +00:00
|
|
|
import audioplayers_darwin
|
|
|
|
|
import file_selector_macos
|
|
|
|
|
import flutter_inappwebview_macos
|
|
|
|
|
import flutter_secure_storage_macos
|
|
|
|
|
import package_info_plus
|
2024-08-12 02:17:57 +00:00
|
|
|
import path_provider_foundation
|
2024-10-10 05:49:33 +00:00
|
|
|
import shared_preferences_foundation
|
|
|
|
|
import sqflite
|
|
|
|
|
import video_player_avfoundation
|
|
|
|
|
import wakelock_plus
|
2024-08-12 02:17:57 +00:00
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-10-10 05:49:33 +00:00
|
|
|
AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
|
|
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
|
|
|
|
InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin"))
|
|
|
|
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
|
|
|
|
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
2024-08-12 02:17:57 +00:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2024-10-10 05:49:33 +00:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
|
|
|
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
|
|
|
|
|
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
|
2024-08-12 02:17:57 +00:00
|
|
|
}
|