Browse Source

version: 0.7.0

pull/9/head
Khoren Markosyan 3 years ago
parent
commit
54a99165d1
  1. 5
      CHANGELOG.md
  2. 2
      example/pubspec.lock
  3. 2
      pubspec.yaml
  4. 2
      zxscanner/pubspec.lock

5
CHANGELOG.md

@ -1,3 +1,8 @@
## 0.7.0
* added barcode result point detection
* added tryHarder and tryRotate arguments to the readers
## 0.6.0
* updated zxing-cpp to v1.4.0

2
example/pubspec.lock

@ -134,7 +134,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.6.0"
version: "0.7.0"
font_awesome_flutter:
dependency: "direct main"
description:

2
pubspec.yaml

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

2
zxscanner/pubspec.lock

@ -314,7 +314,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.6.0"
version: "0.7.0"
font_awesome_flutter:
dependency: "direct main"
description:

Loading…
Cancel
Save