Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 4.31 KB

CHANGELOG.md

File metadata and controls

77 lines (46 loc) · 4.31 KB

0.5.0

  • chore: update dart and flutter version constraints (dc0c74c)

0.5.1

  • feat: support dataMatrix barcodes on iOS devices (704dc35)

0.5.2

  • task: add dataMatrix to default barcode formats (4d7e446)

0.4.0

  • refactor!: remove iOS orientation handling (9205a41)

0.4.1

  • fix(iOS): fix video orientation (40a70a0)

0.4.2

  • fix(iOS): set capture quality to high (c17ca76)
  • feat(iOS): add support for code39mod43 and itf14 (5d0c90a)

0.4.3

  • refactor: mark BarcodeScannerTexture fields final These values shouldn't be mutated (b3ce65d)
  • feat: allow to crop previews (f9b4bd3)

0.4.4

  • chore(android): use stable camerax dependency (14651bf)
  • fix(android): add missing cameraExecutor shutdown (450c877)

0.4.5

  • chore: update dependencies (46ca10f)

0.4.6

  • chore: update dependencies (7d65d25)
  • perf(ios): reduce input size to 1280x720 for faster processing (606addd)
  • feat(ios): add barcode format filter (8645113)
  • fix(android): remove camera feature requirement (1db476a)

0.3.0

  • refactor!: rename getCode to getBarcode (c6fc199)
  • refactor!: rename package to flutter_native_barcode_scanner (97559ef)

0.2.0

  • feat!: introduce FlutterQrScan.getCode (b9e08f7)
  • See commit logs for more changes.

0.2.1

  • chore(android): update dependencies (5321b20)
  • See commit logs for more changes.

0.1.0

  • Enable null safety (a395b55)
  • [iOS] Fix previewWidth and previewHeight reporting. (2101e10)
  • [iOS] Fix device rotation (dbd3677)
  • See commit logs for more changes.

0.1.1

  • Introduce FlutterQrScanPreview widget. (467614f)
  • [android] Fix previewWidth and previewHeight arguments. (fd94cec)
  • See commit logs for more changes.

0.0.0

Implement basic features to scan QR-codes.