Skip to content

Commit 731594e

Browse files
committed
BREAKING: set the minimum to Dart 3.7.0 and Flutter 3.29.0.
1 parent a129f0a commit 731594e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 11.4.0
22

3-
TBD
3+
- BREAKING: set the minimum to Dart 3.7.0 and Flutter 3.29.0.
44

55
## 11.3.1
66

Diff for: pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 11.4.0
44
homepage: https://github.com/larryaasen/upgrader
55

66
environment:
7-
sdk: '>=3.5.0 <4.0.0'
8-
flutter: ">=3.24.0"
7+
sdk: '>=3.7.0 <4.0.0'
8+
flutter: ">=3.29.0"
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)