Browse Source

version: 0.1.1

pull/3/head
Khoren Markosyan 3 years ago
parent
commit
22cd736fec
  1. 5
      CHANGELOG.md
  2. 2
      example/pubspec.lock
  3. 2
      pubspec.yaml

5
CHANGELOG.md

@ -1,3 +1,8 @@
## 0.1.1
* renamed 'ZxingReaderWidget' to 'ReaderWidget'
* renamed 'ZxingWriterWidget' to 'WriterWidget'
## 0.1.0
* renamed 'zxingRead' to 'readBarcode'

2
example/pubspec.lock

@ -342,7 +342,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0"
version: "0.1.1"
fluttertoast:
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: 0.1.0
version: 0.1.1
repository: https://github.com/khoren93/flutter_zxing
environment:

Loading…
Cancel
Save