Skip to content

Commit

Permalink
Merge pull request #1158 from navaronbracke/version_5.2.1
Browse files Browse the repository at this point in the history
chore: Use a version range for package:web
  • Loading branch information
navaronbracke authored Aug 20, 2024
2 parents 7646e7c + 14f27ed commit 65bc14b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 5.2.1

* Updates the `package:web` dependency to use a version range.

## 5.2.0
* This release requires Flutter 3.22.0 and Dart 3.4.

This release requires Flutter 3.22.0 and Dart 3.4.

* [Android] Fixed a leak of the barcode scanner.
* [Android] Fixed a crash when encountering invalid numbers for the scan window.
Expand Down
2 changes: 1 addition & 1 deletion ios/mobile_scanner.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'mobile_scanner'
s.version = '5.2.0'
s.version = '5.2.1'
s.summary = 'An universal scanner for Flutter based on MLKit.'
s.description = <<-DESC
An universal scanner for Flutter based on MLKit.
Expand Down
2 changes: 1 addition & 1 deletion macos/mobile_scanner.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'mobile_scanner'
s.version = '5.2.0'
s.version = '5.2.1'
s.summary = 'An universal scanner for Flutter based on MLKit.'
s.description = <<-DESC
An universal scanner for Flutter based on MLKit.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mobile_scanner
description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
version: 5.2.0
version: 5.2.1
repository: https://github.com/juliansteenbakker/mobile_scanner

screenshots:
Expand All @@ -25,7 +25,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.0.2
web: ^1.0.0
web: ">=0.5.1 <2.0.0"

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 65bc14b

Please sign in to comment.