mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-01 08:59:24 +08:00
Updated pubspec and changelog for release
This commit is contained in:
parent
a4880d7213
commit
9b88c3ac57
@ -2,3 +2,7 @@
|
|||||||
|
|
||||||
* Supports 2D & QR Codes
|
* Supports 2D & QR Codes
|
||||||
* Control flash while scanning
|
* Control flash while scanning
|
||||||
|
|
||||||
|
## [0.0.2] - 11/7/17
|
||||||
|
|
||||||
|
* Rewrite iOS scanner in Objective-C to avoid Swift use_frameworks! conflicts with other plugins (see https://github.com/flutter/flutter/issues/10968)
|
@ -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.1
|
version: 0.0.2
|
||||||
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