Browse Source

version: 1.0.2

pull/89/head
Khoren Markosyan 2 years ago
parent
commit
cfbf736a67
  1. 4
      CHANGELOG.md
  2. 2
      example/pubspec.lock
  3. 2
      pubspec.yaml

4
CHANGELOG.md

@ -1,5 +1,9 @@
# Changelog
## 1.0.2
* Updated zxing cpp
## 1.0.1
* Added support for changing the camera

2
example/pubspec.lock

@ -166,7 +166,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.1"
version: "1.0.2"
http:
dependency: transitive
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: 1.0.1
version: 1.0.2
repository: https://github.com/khoren93/flutter_zxing
environment:

Loading…
Cancel
Save