diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f3406..535e6ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 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 * added 'tryInverted' and 'tryHarder' parameters to the `ReaderWidget` diff --git a/example/pubspec.lock b/example/pubspec.lock index 625a7b8..20d0e95 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -190,7 +190,7 @@ packages: name: image_picker_android url: "https://pub.dartlang.org" source: hosted - version: "0.8.5+3" + version: "0.8.5+4" image_picker_for_web: dependency: transitive description: @@ -204,7 +204,7 @@ packages: name: image_picker_ios url: "https://pub.dartlang.org" source: hosted - version: "0.8.6+1" + version: "0.8.6+2" image_picker_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index c2d1885..112c723 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_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 environment: