Skip to content

Commit a2dcf08

Browse files
committed
chore: adjust flutter version constraints
1 parent 24735cd commit a2dcf08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: none
55

66
environment:
77
sdk: ">=3.2.0 <4.0.0"
8-
flutter: ">=3.16.0 <4.0.0"
8+
flutter: ">=3.16.0"
99

1010
dependencies:
1111
bloc: ^8.0.0

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 0.1.0
88

99
environment:
1010
sdk: ">=3.2.0 <4.0.0"
11-
flutter: ">=3.16.0 <4.0.0"
11+
flutter: ">=3.16.0"
1212

1313
dependencies:
1414
flutter:

0 commit comments

Comments
 (0)