Browse Source

version: 0.5.0

pull/9/head
Khoren Markosyan 2 years ago
parent
commit
6bc210d2ac
  1. 4
      CHANGELOG.md
  2. 2
      pubspec.yaml
  3. 2
      zxscanner/pubspec.lock

4
CHANGELOG.md

@ -1,3 +1,7 @@
## 0.5.0
* fixed Chinese support for iOS (thanks to [@aqiu202](https://github.com/aqiu202))
## 0.4.0
Breaking changes
* removed `FlutterZxing` class, call all methods directly

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

2
zxscanner/pubspec.lock

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

Loading…
Cancel
Save