Browse Source

version: 0.8.5

pull/58/head v0.8.5
Khoren Markosyan 2 years ago
parent
commit
da21f1c702
  1. 4
      CHANGELOG.md
  2. 2
      pubspec.yaml

4
CHANGELOG.md

@ -1,5 +1,9 @@
# Changelog # Changelog
## 0.8.5
* added 'tryInverted' and 'tryHarder' parameters to the `ReaderWidget`
## 0.8.4 ## 0.8.4
* added 'bytes' parameter content without any modifications to the scan result * added 'bytes' parameter content without any modifications to the scan result

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

Loading…
Cancel
Save