Skip to content

Commit 3f4d66b

Browse files
committed
chore(pubspec): remove Flutter constraint upper bound
Change Flutter constraint from ^3.16.0 to >=3.16.0 to comply with Flutter's deprecation of upper bounds in SDK constraints.
1 parent 052d93a commit 3f4d66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ issue_tracker: https://github.com/Nikoro/system_date_time_format/issues
66

77
environment:
88
sdk: ^3.2.0
9-
flutter: ^3.16.0
9+
flutter: ">=3.16.0"
1010

1111
dependencies:
1212
flutter:

0 commit comments

Comments
 (0)