Flutter plugin for scanning and generating QR codes using the ZXing library, supporting Android, iOS, and desktop platforms
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
968 B

2 years ago
## 0.5.0
* fixed Chinese support for iOS (thanks to [@aqiu202](https://github.com/aqiu202))
2 years ago
## 0.4.0
Breaking changes
* removed `FlutterZxing` class, call all methods directly
* added read multiple barcodes methods
2 years ago
## 0.3.2
* fixed enabling/disabling of the logger
2 years ago
## 0.3.1
* fixed Chinese support
3 years ago
## 0.3.0
* added processCameraImage function
* added pinch to zoom sopport
* added flash sopport
* added custom scanner overlay support
3 years ago
## 0.2.0
* added 'readImagePath' function
* added 'readImagePathString' function
* added 'readImageUrl' function
3 years ago
## 0.1.3
* minor improvements
3 years ago
## 0.1.2
* minor fixes for analyzer options
3 years ago
## 0.1.1
* renamed 'ZxingReaderWidget' to 'ReaderWidget'
* renamed 'ZxingWriterWidget' to 'WriterWidget'
3 years ago
## 0.1.0
* renamed 'zxingRead' to 'readBarcode'
* renamed 'zxingEncode' to 'encodeBarcode'
* updated example project
3 years ago
## 0.0.2
* added ability to set the code format for reader
3 years ago
## 0.0.1
* Initial barcode scanner release.