Browse Source

version: 0.8.0

pull/30/head
Khoren Markosyan 2 years ago
parent
commit
7d7dfd150c
  1. 7
      CHANGELOG.md
  2. 2
      pubspec.yaml

7
CHANGELOG.md

@ -1,3 +1,8 @@
## 0.8.0
* added ability to set localization messages for `writer_widget`
* fixed bug where iOS crashes when creating a new barcode
## 0.7.4 ## 0.7.4
* updated readme * updated readme
@ -28,7 +33,9 @@
* fixed Chinese support for iOS (thanks to [@aqiu202](https://github.com/aqiu202)) * fixed Chinese support for iOS (thanks to [@aqiu202](https://github.com/aqiu202))
## 0.4.0 ## 0.4.0
Breaking changes Breaking changes
* removed `FlutterZxing` class, call all methods directly * removed `FlutterZxing` class, call all methods directly
* added read multiple barcodes methods * added read multiple barcodes methods

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

Loading…
Cancel
Save