Browse Source

version: 0.1.2

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

4
CHANGELOG.md

@ -1,3 +1,7 @@
## 0.1.2
* minor fixes for analyzer options
## 0.1.1 ## 0.1.1
* renamed 'ZxingReaderWidget' to 'ReaderWidget' * renamed 'ZxingReaderWidget' to 'ReaderWidget'

2
example/pubspec.lock

@ -342,7 +342,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.1.1" version: "0.1.2"
fluttertoast: fluttertoast:
dependency: transitive dependency: transitive
description: description:

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

Loading…
Cancel
Save