chore(repo): bump min dart sdk version to 2.17.0

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2022-05-12 13:28:09 +05:30
committed by xsahil03x
parent d5f449c04f
commit 278fb2dd69
11 changed files with 13 additions and 12 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
name: stream_chat_flutter
repository: https://github.com/GetStream/stream-chat-flutter
versioning:
mode: independent
@@ -91,5 +92,5 @@ dev_dependencies:
dart_code_metrics: ^4.4.0
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: '>=1.17.0 <2.0.0'
sdk: '>=2.17.0 <3.0.0'
flutter: '>=1.17.0 <3.0.0'