|
|
|
|
@ -7,8 +7,6 @@ import Foundation
|
|
|
|
|
|
|
|
|
|
import appkit_ui_element_colors
|
|
|
|
|
import audio_session
|
|
|
|
|
import connectivity_plus
|
|
|
|
|
import desktop_lifecycle
|
|
|
|
|
import device_info_plus
|
|
|
|
|
import dynamic_color
|
|
|
|
|
import emoji_picker_flutter
|
|
|
|
|
@ -30,7 +28,7 @@ import package_info_plus
|
|
|
|
|
import pasteboard
|
|
|
|
|
import path_provider_foundation
|
|
|
|
|
import purchases_flutter
|
|
|
|
|
import record_darwin
|
|
|
|
|
import record_macos
|
|
|
|
|
import sentry_flutter
|
|
|
|
|
import share_plus
|
|
|
|
|
import shared_preferences_foundation
|
|
|
|
|
@ -45,8 +43,6 @@ import window_to_front
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
|
|
|
AppkitUiElementColorsPlugin.register(with: registry.registrar(forPlugin: "AppkitUiElementColorsPlugin"))
|
|
|
|
|
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
|
|
|
|
|
ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
|
|
|
|
|
DesktopLifecyclePlugin.register(with: registry.registrar(forPlugin: "DesktopLifecyclePlugin"))
|
|
|
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
|
|
|
|
|
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
|
|
|
|
|
EmojiPickerFlutterPlugin.register(with: registry.registrar(forPlugin: "EmojiPickerFlutterPlugin"))
|
|
|
|
|
@ -68,7 +64,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
|
|
|
PasteboardPlugin.register(with: registry.registrar(forPlugin: "PasteboardPlugin"))
|
|
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
|
|
PurchasesFlutterPlugin.register(with: registry.registrar(forPlugin: "PurchasesFlutterPlugin"))
|
|
|
|
|
RecordPlugin.register(with: registry.registrar(forPlugin: "RecordPlugin"))
|
|
|
|
|
RecordMacosPlugin.register(with: registry.registrar(forPlugin: "RecordMacosPlugin"))
|
|
|
|
|
SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
|
|
|
|
|
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
|
|
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
|
|
|
|