Navaron Bracke
Committed by GitHub

Merge pull request #1158 from navaronbracke/version_5.2.1

chore: Use a version range for package:web
  1 +## 5.2.1
  2 +
  3 +* Updates the `package:web` dependency to use a version range.
  4 +
1 ## 5.2.0 5 ## 5.2.0
2 -* This release requires Flutter 3.22.0 and Dart 3.4. 6 +
  7 +This release requires Flutter 3.22.0 and Dart 3.4.
3 8
4 * [Android] Fixed a leak of the barcode scanner. 9 * [Android] Fixed a leak of the barcode scanner.
5 * [Android] Fixed a crash when encountering invalid numbers for the scan window. 10 * [Android] Fixed a crash when encountering invalid numbers for the scan window.
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 # 4 #
5 Pod::Spec.new do |s| 5 Pod::Spec.new do |s|
6 s.name = 'mobile_scanner' 6 s.name = 'mobile_scanner'
7 - s.version = '5.2.0' 7 + s.version = '5.2.1'
8 s.summary = 'An universal scanner for Flutter based on MLKit.' 8 s.summary = 'An universal scanner for Flutter based on MLKit.'
9 s.description = <<-DESC 9 s.description = <<-DESC
10 An universal scanner for Flutter based on MLKit. 10 An universal scanner for Flutter based on MLKit.
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 # 4 #
5 Pod::Spec.new do |s| 5 Pod::Spec.new do |s|
6 s.name = 'mobile_scanner' 6 s.name = 'mobile_scanner'
7 - s.version = '5.2.0' 7 + s.version = '5.2.1'
8 s.summary = 'An universal scanner for Flutter based on MLKit.' 8 s.summary = 'An universal scanner for Flutter based on MLKit.'
9 s.description = <<-DESC 9 s.description = <<-DESC
10 An universal scanner for Flutter based on MLKit. 10 An universal scanner for Flutter based on MLKit.
1 name: mobile_scanner 1 name: mobile_scanner
2 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. 2 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.
3 -version: 5.2.0 3 +version: 5.2.1
4 repository: https://github.com/juliansteenbakker/mobile_scanner 4 repository: https://github.com/juliansteenbakker/mobile_scanner
5 5
6 screenshots: 6 screenshots:
@@ -25,7 +25,7 @@ dependencies: @@ -25,7 +25,7 @@ dependencies:
25 flutter_web_plugins: 25 flutter_web_plugins:
26 sdk: flutter 26 sdk: flutter
27 plugin_platform_interface: ^2.0.2 27 plugin_platform_interface: ^2.0.2
28 - web: ^1.0.0 28 + web: ">=0.5.1 <2.0.0"
29 29
30 dev_dependencies: 30 dev_dependencies:
31 flutter_test: 31 flutter_test: