mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-23 04:19:21 +08:00
Updated changelog and pubspec version
This commit is contained in:
parent
32421f0422
commit
27f95f6494
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
* Rewrite iOS scanner in Objective-C to avoid Swift use_frameworks! conflicts with other plugins (see https://github.com/flutter/flutter/issues/10968)
|
* Rewrite iOS scanner in Objective-C to avoid Swift use_frameworks! conflicts with other plugins (see https://github.com/flutter/flutter/issues/10968)
|
||||||
|
|
||||||
## [0.0.3] - 1/19/17
|
## [0.0.3] - 2/8/17
|
||||||
|
|
||||||
* Improved permission handling (thanks to [BenSower](https://github.com/BenSower))
|
* Improved permission handling (thanks to [BenSower](https://github.com/BenSower))
|
||||||
* Added MIT license
|
* Added MIT license
|
@ -1,6 +1,6 @@
|
|||||||
name: barcode_scan
|
name: barcode_scan
|
||||||
description: A flutter plugin for scanning 2D barcodes and QRCodes.
|
description: A flutter plugin for scanning 2D barcodes and QRCodes.
|
||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
author: Matthew Smith<matthew.smith@apptreesoftware.com>
|
author: Matthew Smith<matthew.smith@apptreesoftware.com>
|
||||||
homepage: https://github.com/apptreesoftware/flutter_barcode_reader
|
homepage: https://github.com/apptreesoftware/flutter_barcode_reader
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user