Skip to content

Commit cdc6493

Browse files
committed
Drops the versions under 3.22.
1 parent 79e933f commit cdc6493

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [macOS-latest, windows-2019, ubuntu-latest]
11-
version: ["3.10.x", "3.19.x", "3.22.x", "3.24.x"]
11+
version: ["3.22.x", "3.24.x", "3.29.x", "3.32.x"]
1212
include:
1313
- os: macOS-latest
1414
TARGET: macos

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Demonstrates how to use the flutter_window_close plugin.
33
publish_to: "none" # Remove this line if you wish to publish to pub.dev
44

55
environment:
6-
sdk: ">=3.0.0 <4.0.0"
6+
sdk: ">=3.4.0 <4.0.0"
77

88
dependencies:
99
flutter:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 1.2.0
44
homepage: https://github.com/zonble/flutter_window_close
55

66
environment:
7-
sdk: ">=3.0.0 <4.0.0"
8-
flutter: ">=3.10.0"
7+
sdk: ">=3.4.0 <4.0.0"
8+
flutter: ">=3.22.0"
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)