Navaron Bracke

bump Flutter to 3.19

@@ -36,7 +36,7 @@ jobs: @@ -36,7 +36,7 @@ jobs:
36 - uses: subosito/flutter-action@v2.12.0 36 - uses: subosito/flutter-action@v2.12.0
37 with: 37 with:
38 cache: true 38 cache: true
39 - flutter-version: '3.13' 39 + flutter-version: '3.19'
40 channel: 'stable' 40 channel: 'stable'
41 - name: Version 41 - name: Version
42 run: flutter doctor -v 42 run: flutter doctor -v
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 2
3 BREAKING CHANGES: 3 BREAKING CHANGES:
4 4
5 -* Flutter 3.16.0 is now required. 5 +* Flutter 3.19.0 is now required.
6 * The `width` and `height` of `BarcodeCapture` have been removed, in favor of `size`. 6 * The `width` and `height` of `BarcodeCapture` have been removed, in favor of `size`.
7 * The `raw` attribute is now `Object?` instead of `dynamic`, so that it participates in type promotion. 7 * The `raw` attribute is now `Object?` instead of `dynamic`, so that it participates in type promotion.
8 * The `MobileScannerArguments` class has been removed from the public API, as it is an internal type. 8 * The `MobileScannerArguments` class has been removed from the public API, as it is an internal type.
@@ -6,8 +6,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev @@ -6,8 +6,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
6 version: 0.0.1 6 version: 0.0.1
7 7
8 environment: 8 environment:
9 - sdk: ">=3.2.0 <4.0.0"  
10 - flutter: ">=3.16.0" 9 + sdk: ">=3.3.0 <4.0.0"
  10 + flutter: ">=3.19.0"
11 11
12 # Dependencies specify other packages that your package needs in order to work. 12 # Dependencies specify other packages that your package needs in order to work.
13 # To automatically upgrade your package dependencies to the latest versions 13 # To automatically upgrade your package dependencies to the latest versions
@@ -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.2.0 <4.0.0"  
20 - flutter: ">=3.16.0" 19 + sdk: ">=3.3.0 <4.0.0"
  20 + flutter: ">=3.19.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.4.2 28 + web: ^0.5.0
29 29
30 dev_dependencies: 30 dev_dependencies:
31 flutter_test: 31 flutter_test: