Skip to content

Commit c74cf4b

Browse files
authored
[flutter_tools] bump min sdk version from 3.0.0-0 to 3.0.0 (#125158)
Allows use of APIs such as `Iterable.firstOrNull`.
1 parent fa43a93 commit c74cf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Tools for building Flutter applications
33
homepage: https://flutter.dev
44

55
environment:
6-
sdk: '>=3.0.0-0 <4.0.0'
6+
sdk: '>=3.0.0 <4.0.0'
77

88
dependencies:
99
# To update these, use "flutter update-packages --force-upgrade".

0 commit comments

Comments
 (0)