|
|
@ -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 |