1234567891011121314151617181920212223242526272829 |
- //
- // 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 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"))
- 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"))
- }
|