Browse Source

version: 1.0.1

pull/89/head
Khoren Markosyan 2 years ago
parent
commit
3012ee7b96
  1. 5
      CHANGELOG.md
  2. 4
      pubspec.yaml

5
CHANGELOG.md

@ -1,5 +1,10 @@
# Changelog # Changelog
## 1.0.1
* Added support for changing the camera
* Fixed issue with iPad
## 1.0.0 ## 1.0.0
* Updated zxing-cpp to v2.0.0 * Updated zxing-cpp to v2.0.0

4
pubspec.yaml

@ -1,10 +1,10 @@
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 version: 1.0.1
repository: https://github.com/khoren93/flutter_zxing repository: https://github.com/khoren93/flutter_zxing
environment: environment:
sdk: ">=2.18.0 <3.0.0" sdk: ">=2.19.0 <3.0.0"
flutter: ">=3.3.0" flutter: ">=3.3.0"
dependencies: dependencies:

Loading…
Cancel
Save