diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 48f055a7c..748295bfb 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -36,7 +36,7 @@ jobs: - uses: subosito/flutter-action@v2.12.0 with: cache: true - flutter-version: '3.19' + flutter-version: '3.22' channel: 'stable' - name: Version run: flutter doctor -v diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc1133fe..b9f069cc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## 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. diff --git a/example/web/index.html b/example/web/index.html index 5beb6ff8e..1af22e3a9 100644 --- a/example/web/index.html +++ b/example/web/index.html @@ -31,29 +31,8 @@