Unverified Commit c74cf4ba authored by Andrew Kolos's avatar Andrew Kolos Committed by GitHub

[flutter_tools] bump min sdk version from 3.0.0-0 to 3.0.0 (#125158)

Allows use of APIs such as `Iterable.firstOrNull`.
parent fa43a93b
......@@ -3,7 +3,7 @@ description: Tools for building Flutter applications
homepage: https://flutter.dev
environment:
sdk: '>=3.0.0-0 <4.0.0'
sdk: '>=3.0.0 <4.0.0'
dependencies:
# To update these, use "flutter update-packages --force-upgrade".
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment