12345678910111213141516171819202122232425262728293031 |
- //
- // Generated file. Do not edit.
- //
- import FlutterMacOS
- import Foundation
- import appkit_ui_element_colors
- import dynamic_color
- import file_selector_macos
- import macos_ui
- import macos_window_utils
- import package_info_plus
- import path_provider_foundation
- import shared_preferences_foundation
- import sqflite
- import video_player_avfoundation
- func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
- AppkitUiElementColorsPlugin.register(with: registry.registrar(forPlugin: "AppkitUiElementColorsPlugin"))
- DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
- FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
- MacOSUiPlugin.register(with: registry.registrar(forPlugin: "MacOSUiPlugin"))
- MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
- FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
- PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
- SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
- SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
- FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
- }
|