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

Allows use of APIs such as `Iterable.firstOrNull`.
This commit is contained in:
Andrew Kolos 2023-04-19 15:03:13 -07:00 committed by GitHub
parent fa43a93bc5
commit c74cf4ba40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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".