adjust screen drightness on card open

This commit is contained in:
2025-08-21 12:11:17 +02:00
parent bf653e6456
commit 2424b31c75
9 changed files with 189 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ import local_auth_darwin
import mobile_scanner
import path_provider_foundation
import printing
import screen_brightness_macos
import share_plus
import shared_preferences_foundation
import syncfusion_pdfviewer_macos
@@ -30,6 +31,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
PrintingPlugin.register(with: registry.registrar(forPlugin: "PrintingPlugin"))
ScreenBrightnessMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenBrightnessMacosPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SyncfusionFlutterPdfViewerPlugin.register(with: registry.registrar(forPlugin: "SyncfusionFlutterPdfViewerPlugin"))