Browse Source

version: 1.0.0-beta.1

pull/76/head
Khoren Markosyan 2 years ago
parent
commit
07d63e4440
  1. 7
      CHANGELOG.md
  2. 6
      pubspec.yaml

7
CHANGELOG.md

@ -1,5 +1,12 @@
# Changelog
## 1.0.0-beta.1
* Updated zxing-cpp to v2.0.0
* Added support for macOS, Linux, and Windows
* Added support for micro QR codes
* Zxing-cpp is now included as a submodule instead of a deep copy
## 0.10.0
* added `EncodeParams`

6
pubspec.yaml

@ -1,11 +1,11 @@
name: flutter_zxing
description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing.
version: 0.10.0
version: 1.0.0-beta.1
repository: https://github.com/khoren93/flutter_zxing
environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=2.5.0"
sdk: ">=2.18.0 <3.0.0"
flutter: ">=3.3.0"
dependencies:
camera: ">=0.9.7 <0.11.0"

Loading…
Cancel
Save