update packages, replace barcode_widget with, qr_bar_code & update for new code package

This commit is contained in:
yaso 2026-07-10 12:16:12 +02:00
parent d7e4ac134d
commit e3766c827e
12 changed files with 925 additions and 823 deletions

View file

@ -20,6 +20,7 @@ import local_auth_darwin
import mobile_scanner
import package_info_plus
import printing
import qr_bar_code
import record_macos
import screen_brightness_macos
import share_plus
@ -45,6 +46,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PrintingPlugin.register(with: registry.registrar(forPlugin: "PrintingPlugin"))
QrBarCodePlugin.register(with: registry.registrar(forPlugin: "QrBarCodePlugin"))
RecordMacOsPlugin.register(with: registry.registrar(forPlugin: "RecordMacOsPlugin"))
ScreenBrightnessMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenBrightnessMacosPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))