add IOS & Android permissions

This commit is contained in:
2025-01-14 10:53:25 +02:00
parent 8437b87a9e
commit 3cb1b7eb8f
6 changed files with 11 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ import Foundation
import device_info_plus
import firebase_core
import geolocator_apple
import local_auth_darwin
import mobile_scanner
import no_screenshot
import printing
@@ -20,6 +21,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
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"))