Browse Source

version: 0.7.2

pull/19/head
Khoren Markosyan 2 years ago
parent
commit
6705b2a5c4
  1. 4
      CHANGELOG.md
  2. 2
      pubspec.yaml
  3. 2
      zxscanner/pubspec.lock

4
CHANGELOG.md

@ -1,3 +1,7 @@
## 0.7.2
* fixed case sensitive folder name issue in CMakeLists.txt (thanks to [@softkot](https://github.com/softkot))
## 0.7.1 ## 0.7.1
* updated dependencies to the latest version * updated dependencies to the latest version

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

2
zxscanner/pubspec.lock

@ -314,7 +314,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.7.1" version: "0.7.2"
font_awesome_flutter: font_awesome_flutter:
dependency: "direct main" dependency: "direct main"
description: description:

Loading…
Cancel
Save