Browse Source

version: 0.4.0

pull/5/head
Khoren Markosyan 2 years ago
parent
commit
269932658e
  1. 5
      CHANGELOG.md
  2. 2
      pubspec.yaml

5
CHANGELOG.md

@ -1,3 +1,8 @@
## 0.4.0
Breaking changes
* removed `FlutterZxing` class, call all methods directly
* added read multiple barcodes methods
## 0.3.2 ## 0.3.2
* fixed enabling/disabling of the logger * fixed enabling/disabling of the logger

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

Loading…
Cancel
Save