chore(repo): bump min flutter SDK to 3.13.
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## Upcoming-Beta
|
||||
|
||||
- Included the changes from version [6.9.0](#681).
|
||||
- Updated minimum supported `SDK` version to Flutter 3.13/Dart 3.1
|
||||
|
||||
## 6.9.0
|
||||
|
||||
🐞 Fixed
|
||||
|
||||
@@ -4,8 +4,8 @@ publish_to: 'none'
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
flutter: ">=3.10.0"
|
||||
sdk: ">=3.1.0 <4.0.0"
|
||||
flutter: ">=3.13.0"
|
||||
|
||||
dependencies:
|
||||
collection: ^1.15.0
|
||||
|
||||
@@ -6,13 +6,13 @@ repository: https://github.com/GetStream/stream-chat-flutter
|
||||
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
flutter: ">=3.10.0"
|
||||
sdk: ">=3.1.0 <4.0.0"
|
||||
flutter: ">=3.13.0"
|
||||
|
||||
dependencies:
|
||||
cached_network_image: ^3.2.3
|
||||
chewie: ^1.7.0
|
||||
collection: ^1.17.1
|
||||
collection: ^1.17.2
|
||||
contextmenu: ^3.0.0
|
||||
dart_vlc: ^0.4.0
|
||||
desktop_drop: ^0.4.1
|
||||
|
||||
Reference in New Issue
Block a user