Browse Source

version: 0.1.0

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

6
CHANGELOG.md

@ -1,3 +1,9 @@
## 0.1.0
* renamed 'zxingRead' to 'readBarcode'
* renamed 'zxingEncode' to 'encodeBarcode'
* updated example project
## 0.0.2 ## 0.0.2
* added ability to set the code format for reader * added ability to set the code format for reader

2
example/pubspec.lock

@ -342,7 +342,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.0.2" version: "0.1.0"
fluttertoast: fluttertoast:
dependency: transitive dependency: transitive
description: description:

4
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.0.2 version: 0.1.0
repository: https://github.com/khoren93/flutter_zxing repository: https://github.com/khoren93/flutter_zxing
environment: environment:
@ -37,3 +37,5 @@ ffigen:
headers: headers:
entry-points: entry-points:
- "ios/Classes/src/native_zxing.h" - "ios/Classes/src/native_zxing.h"
# flutter pub publish --dry-run
Loading…
Cancel
Save