- chore: update dart and flutter version constraints (dc0c74c)
- feat: support
dataMatrix
barcodes on iOS devices (704dc35)
- task: add
dataMatrix
to default barcode formats (4d7e446)
- refactor!: remove iOS orientation handling (9205a41)
- fix(iOS): fix video orientation (40a70a0)
- fix(iOS): set capture quality to high (c17ca76)
- feat(iOS): add support for code39mod43 and itf14 (5d0c90a)
- refactor: mark BarcodeScannerTexture fields final These values shouldn't be mutated (b3ce65d)
- feat: allow to crop previews (f9b4bd3)
- chore(android): use stable camerax dependency (14651bf)
- fix(android): add missing cameraExecutor shutdown (450c877)
- chore: update dependencies (46ca10f)
- 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)
- refactor!: rename getCode to getBarcode (c6fc199)
- refactor!: rename package to flutter_native_barcode_scanner (97559ef)
- feat!: introduce FlutterQrScan.getCode (b9e08f7)
- See commit logs for more changes.
- chore(android): update dependencies (5321b20)
- See commit logs for more changes.
- Enable null safety (a395b55)
- [iOS] Fix previewWidth and previewHeight reporting. (2101e10)
- [iOS] Fix device rotation (dbd3677)
- See commit logs for more changes.
- Introduce FlutterQrScanPreview widget. (467614f)
- [android] Fix previewWidth and previewHeight arguments. (fd94cec)
- See commit logs for more changes.
Implement basic features to scan QR-codes.