소스 검색

Merge pull request #428 from Eliote/itf-ios-fix

Fix ITF25 reading on iOS
flutter-beta
Julian Steenbakker 4 년 전
committed by GitHub
부모
커밋
9db4e58154
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
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"


불러오는 중...
취소
저장