opt.: skip updating home widget on desktop

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-03-13 16:07:45 +08:00
parent 0a404e035e
commit dd5fea09b1
19 changed files with 377 additions and 454 deletions

View File

@@ -7,6 +7,7 @@ import Foundation
import app_links
import dynamic_color
import file_picker
import flutter_inappwebview_macos
import icloud_storage
import local_auth_darwin
@@ -22,6 +23,7 @@ import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AppLinksMacosPlugin.register(with: registry.registrar(forPlugin: "AppLinksMacosPlugin"))
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin"))
IcloudStoragePlugin.register(with: registry.registrar(forPlugin: "IcloudStoragePlugin"))
FLALocalAuthPlugin.register(with: registry.registrar(forPlugin: "FLALocalAuthPlugin"))