diff --git a/CHANGELOG.md b/CHANGELOG.md index 688d518..c416578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.4.1 + +* Replaced 'hidden' with 'default' for improved compatibility with older Flutter versions + ## 1.4.0 * Updated Image to v4 diff --git a/example/pubspec.lock b/example/pubspec.lock index 83aabeb..63102b7 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -198,7 +198,7 @@ packages: path: ".." relative: true source: path - version: "1.4.0" + version: "1.4.1" http: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 0130443..443ad24 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: 1.4.0 +version: 1.4.1 repository: https://github.com/khoren93/flutter_zxing environment: diff --git a/zxscanner/pubspec.lock b/zxscanner/pubspec.lock index 7c7304e..dff76c8 100644 --- a/zxscanner/pubspec.lock +++ b/zxscanner/pubspec.lock @@ -395,7 +395,7 @@ packages: path: ".." relative: true source: path - version: "1.4.0" + version: "1.4.1" font_awesome_flutter: dependency: "direct main" description: