Browse Source

version: 1.0.0-beta.3

pull/76/head
Khoren Markosyan 2 years ago
parent
commit
c7cf3cf0a4
  1. 10
      CHANGELOG.md
  2. 2
      pubspec.yaml

10
CHANGELOG.md

@ -1,8 +1,16 @@
# Changelog
## 1.0.0-beta.3
* Added the following properties to Code:
* isInverted
* isMirrored
* duration
* Implemented image resizing before decoding
## 1.0.0-beta.2
* minor improvements
* Minor improvements
## 1.0.0-beta.1

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.0-beta.2
version: 1.0.0-beta.3
repository: https://github.com/khoren93/flutter_zxing
environment:

Loading…
Cancel
Save