瀏覽代碼

Fix ITF25 reading on iOS

flutter-beta
Eliote Marcondes 4 年之前
父節點
當前提交
494887f7d6
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      ios/Classes/QRView.swift

+ 2
- 1
ios/Classes/QRView.swift 查看文件

@@ -151,7 +151,8 @@ public class QRView:NSObject,FlutterPlatformView {
typeString = "EAN_8"
case AVMetadataObject.ObjectType.ean13:
typeString = "EAN_13"
case AVMetadataObject.ObjectType.itf14:
case AVMetadataObject.ObjectType.itf14,
AVMetadataObject.ObjectType.interleaved2of5:
typeString = "ITF"
case AVMetadataObject.ObjectType.pdf417:
typeString = "PDF_417"


Loading…
取消
儲存