QOL: Download Full Business QR Code Image

This commit is contained in:
2025-09-23 13:35:09 +02:00
parent 291882abc5
commit a4be7fb74d
8 changed files with 250 additions and 138 deletions

View File

@@ -8,6 +8,7 @@ import Foundation
import app_settings
import device_info_plus
import file_picker
import file_saver
import flutter_tts
import geolocator_apple
import local_auth_darwin
@@ -27,6 +28,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AppSettingsPlugin.register(with: registry.registrar(forPlugin: "AppSettingsPlugin"))
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
FileSaverPlugin.register(with: registry.registrar(forPlugin: "FileSaverPlugin"))
FlutterTtsPlugin.register(with: registry.registrar(forPlugin: "FlutterTtsPlugin"))
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
FLALocalAuthPlugin.register(with: registry.registrar(forPlugin: "FLALocalAuthPlugin"))