Browse Source

version: 1.0.0-beta.6

pull/76/head
Khoren Markosyan 2 years ago
parent
commit
35c6c61c62
  1. 2
      .pubignore
  2. 4
      CHANGELOG.md
  3. 2
      pubspec.yaml

2
.pubignore

@ -33,4 +33,6 @@ zxscanner/
# Ignore ZXing-CPP unneeded files # Ignore ZXing-CPP unneeded files
src/zxing/* src/zxing/*
!src/zxing/CMakeLists.txt
!src/zxing/zxing.cmake
!src/zxing/core/ !src/zxing/core/

4
CHANGELOG.md

@ -1,5 +1,9 @@
# Changelog # Changelog
## 1.0.0-beta.6
* Fixed compilation issue on Android
## 1.0.0-beta.5 ## 1.0.0-beta.5
* Fixed compilation issue on Android * Fixed compilation issue on Android

2
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: 1.0.0-beta.5 version: 1.0.0-beta.6
repository: https://github.com/khoren93/flutter_zxing repository: https://github.com/khoren93/flutter_zxing
environment: environment:

Loading…
Cancel
Save