Ver a proveniência

Fix ITF25 reading on iOS

flutter-beta
Eliote Marcondes há 4 anos
ascendente
cometimento
494887f7d6
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      ios/Classes/QRView.swift

+ 2
- 1
ios/Classes/QRView.swift Ver ficheiro

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


Carregando…
Cancelar
Guardar