Skip to content

Commit

Permalink
version: 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khoren93 committed Aug 21, 2023
1 parent b89fd4c commit 6e06e54
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.3.2

* Conditionally add namespace for AGP 8 support
* Set minimum Flutter version to 3.7.0

## 1.3.1

* Utilized Flutter version 3.1.0 or higher
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.3.0"
version: "1.3.1"
http:
dependency: transitive
description:
Expand Down Expand Up @@ -469,5 +469,5 @@ packages:
source: hosted
version: "6.3.0"
sdks:
dart: ">=3.1.0 <4.0.0"
flutter: ">=3.11.0"
dart: ">=3.1.0-185.0.dev <4.0.0"
flutter: ">=3.7.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
publish_to: "none" # Remove this line if you wish to publish to pub.dev

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.0.5 <4.0.0'

dependencies:
flutter:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: flutter_zxing
description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing.
version: 1.3.1
version: 1.3.2
repository: https://github.com/khoren93/flutter_zxing

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: ">=3.11.0"
sdk: '>=3.0.5 <4.0.0'
flutter: ">=3.7.0"

dependencies:
camera: ">=0.9.7 <0.11.0"
Expand Down
4 changes: 2 additions & 2 deletions zxscanner/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.3.0"
version: "1.3.1"
font_awesome_flutter:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1122,5 +1122,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.1.0 <4.0.0"
dart: ">=3.1.0-185.0.dev <4.0.0"
flutter: ">=3.13.0"
2 changes: 1 addition & 1 deletion zxscanner/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: "none"
version: 1.2.0+14

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.0.5 <4.0.0'

dependencies:
convex_bottom_bar: ^3.2.0
Expand Down

0 comments on commit 6e06e54

Please sign in to comment.