Skip to content

Commit

Permalink
add required deps.
Browse files Browse the repository at this point in the history
Signed-off-by: xsahil03x <[email protected]>
  • Loading branch information
xsahil03x committed Apr 24, 2023
1 parent 9446df7 commit 5c7fc74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/stream_chat/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ dependencies:
cupertino_icons: ^1.0.0
flutter:
sdk: flutter
stream_chat:
path: ../
stream_chat: ^6.0.0

dev_dependencies:
flutter_test:
Expand Down
3 changes: 2 additions & 1 deletion packages/stream_chat_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=1.17.0"
flutter: ">=1.20.0"

dependencies:
cached_network_image: ^3.0.0
Expand All @@ -17,6 +17,7 @@ dependencies:
dart_vlc: ^0.4.0
desktop_drop: ^0.4.0
diacritic: ^0.1.3
dio: ^5.1.1
ezanimation: ^0.6.0
file_picker: ^5.2.4
file_selector: ^0.9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat_localizations/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues

environment:
sdk: '>=2.17.0 <3.0.0'
flutter: ">=1.17.0"
flutter: ">=1.20.0"

dependencies:
flutter:
Expand Down

0 comments on commit 5c7fc74

Please sign in to comment.