Skip to content

Commit

Permalink
require Flutter 3.27
Browse files Browse the repository at this point in the history
  • Loading branch information
navaronbracke committed Jan 16, 2025
1 parent 79588c6 commit ec7dd4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

**BREAKING CHANGES:**

* This release requires Flutter 3.27.0 or higher.

* The `updateScanWindow` method is now private. Instead, update the scan window in the `MobileScanner` widget directly.
* The deprecated `EncryptionType.none` constant has been removed. Use `EncryptionType.unknown` instead.
* The `errorBuilder` and `placeholderBuilder` of the `MobileScanner` widget no longer take a Widget argument, as it was unused.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.1

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.0"

# Dependencies specify other packages that your package needs in order to work.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ screenshots:
path: example/screenshots/overlay.png

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.0"

dependencies:
collection: ">=1.15.0 <2.0.0"
Expand Down

0 comments on commit ec7dd4b

Please sign in to comment.