Browse Source

version: 0.9.0

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

8
CHANGELOG.md

@ -1,5 +1,13 @@
# Changelog # Changelog
## 0.9.0
Breaking changes
* fixed compilation errors on web
* added 'Params' class for using one parameters instead of many
* use 'zx' prefix for all functions
## 0.8.5 ## 0.8.5
* added 'tryInverted' and 'tryHarder' parameters to the `ReaderWidget` * added 'tryInverted' and 'tryHarder' parameters to the `ReaderWidget`

4
example/pubspec.lock

@ -190,7 +190,7 @@ packages:
name: image_picker_android name: image_picker_android
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.8.5+3" version: "0.8.5+4"
image_picker_for_web: image_picker_for_web:
dependency: transitive dependency: transitive
description: description:
@ -204,7 +204,7 @@ packages:
name: image_picker_ios name: image_picker_ios
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.8.6+1" version: "0.8.6+2"
image_picker_platform_interface: image_picker_platform_interface:
dependency: transitive dependency: transitive
description: description:

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: 0.8.5 version: 0.9.0
repository: https://github.com/khoren93/flutter_zxing repository: https://github.com/khoren93/flutter_zxing
environment: environment:

Loading…
Cancel
Save