remove screenshot prevention

This commit is contained in:
2025-03-27 09:25:38 +02:00
parent 4e5e171bbb
commit e3b663aef6
4 changed files with 11 additions and 21 deletions

View File

@@ -11,7 +11,6 @@ import flutter_tts
import geolocator_apple
import local_auth_darwin
import mobile_scanner
import no_screenshot
import printing
import shared_preferences_foundation
import syncfusion_pdfviewer_macos
@@ -25,7 +24,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
FLALocalAuthPlugin.register(with: registry.registrar(forPlugin: "FLALocalAuthPlugin"))
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
NoScreenshotPlugin.register(with: registry.registrar(forPlugin: "NoScreenshotPlugin"))
PrintingPlugin.register(with: registry.registrar(forPlugin: "PrintingPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SyncfusionFlutterPdfViewerPlugin.register(with: registry.registrar(forPlugin: "SyncfusionFlutterPdfViewerPlugin"))