Navaron Bracke

bump web to 1.0.0 & Flutter to 3.22

## NEXT
* 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.
* [Web] Migrates `package:web` to 1.0.0.
## 5.1.1
* This release fixes an issue with automatic starts in the examples.
... ...
... ... @@ -16,8 +16,8 @@ screenshots:
path: example/screenshots/overlay.png
environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
dependencies:
flutter:
... ... @@ -25,7 +25,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.0.2
web: ^0.5.1
web: ^1.0.0
dev_dependencies:
flutter_test:
... ...