Navaron Bracke

bump web to 1.0.0 & Flutter to 3.22

1 ## NEXT 1 ## NEXT
  2 +* This release requires Flutter 3.22.0 and Dart 3.4.
  3 +
2 * [Android] Fixed a leak of the barcode scanner. 4 * [Android] Fixed a leak of the barcode scanner.
3 * [Android] Fixed a crash when encountering invalid numbers for the scan window. 5 * [Android] Fixed a crash when encountering invalid numbers for the scan window.
  6 +* [Web] Migrates `package:web` to 1.0.0.
4 7
5 ## 5.1.1 8 ## 5.1.1
6 * This release fixes an issue with automatic starts in the examples. 9 * This release fixes an issue with automatic starts in the examples.
@@ -16,8 +16,8 @@ screenshots: @@ -16,8 +16,8 @@ screenshots:
16 path: example/screenshots/overlay.png 16 path: example/screenshots/overlay.png
17 17
18 environment: 18 environment:
19 - sdk: ">=3.3.0 <4.0.0"  
20 - flutter: ">=3.19.0" 19 + sdk: ">=3.4.0 <4.0.0"
  20 + flutter: ">=3.22.0"
21 21
22 dependencies: 22 dependencies:
23 flutter: 23 flutter:
@@ -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: ^0.5.1 28 + web: ^1.0.0
29 29
30 dev_dependencies: 30 dev_dependencies:
31 flutter_test: 31 flutter_test: