Browse Source

version: 1.0.0-beta.8

pull/76/head
Khoren Markosyan 2 years ago
parent
commit
2cb6c7045d
  1. 5
      CHANGELOG.md
  2. 2
      pubspec.yaml

5
CHANGELOG.md

@ -1,5 +1,10 @@
# Changelog # Changelog
## 1.0.0-beta.8
* Implemented multi result drawing
* `readBarcodes` now returns a `Codes` object instead of a `List<Code>` object
## 1.0.0-beta.7 ## 1.0.0-beta.7
* Resolved an issue with detecting and handling large images * Resolved an issue with detecting and handling large images

2
pubspec.yaml

@ -1,6 +1,6 @@
name: flutter_zxing name: flutter_zxing
description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing. description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing.
version: 1.0.0-beta.7 version: 1.0.0-beta.8
repository: https://github.com/khoren93/flutter_zxing repository: https://github.com/khoren93/flutter_zxing
environment: environment:

Loading…
Cancel
Save