Browse Source

version: 1.2.0

pull/98/head
Khoren Markosyan 2 years ago
parent
commit
bfd3b33efe
  1. 6
      CHANGELOG.md
  2. 2
      pubspec.yaml

6
CHANGELOG.md

@ -1,5 +1,11 @@
# Changelog
## 1.2.0
* Downgraded image version from v3.4.0 to v3.3.0 to resolve iOS detection issue.
* Downgraded zxing-cpp from v3.0.0 to v2.0.0 to fix QR code decoding issues.
* Resolved multiple code scan issue that occurred when using image path by implementing a fix.
## 1.1.2
* Fixed issue with onControllerCreated callback is sometimes not called

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: 1.1.2
version: 1.2.0
repository: https://github.com/khoren93/flutter_zxing
environment:

Loading…
Cancel
Save