Navaron Bracke

bump Flutter to 3.19.0

1 -## 5.0.0-beta.2 1 +## 5.0.0-beta.3
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 +
  7 +## 5.0.0-beta.2
6 8
7 Bugs fixed: 9 Bugs fixed:
8 * Fixed an issue where the scan window was not updated when its size was changed. (thanks @navaronbracke !) 10 * Fixed an issue where the scan window was not updated when its size was changed. (thanks @navaronbracke !)
@@ -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: