Files
stream-chat-flutter/packages/stream_chat/pubspec.yaml
T
Sahil KumarandGitHub 19bcbc7bc5 fix(llc): queryChannels should only throw if we do-not have any channels in cache (#394)
* fix(llc): queryChannel should throw exception if client is not yet connected

Signed-off-by: Sahil Kumar <[email protected]>

* prepare llc for v1.5.2

Signed-off-by: Sahil Kumar <[email protected]>

* fix queryChannelOnline invocation conditions

Signed-off-by: Sahil Kumar <[email protected]>

* fix package version

Signed-off-by: Sahil Kumar <[email protected]>

* queryChannels should only throw if we do-not have any channels in cache

Signed-off-by: Sahil Kumar <[email protected]>

* update changelog with the correct fix

Signed-off-by: Sahil Kumar <[email protected]>
2021-04-19 15:31:15 +02:00

31 lines
714 B
YAML

name: stream_chat
homepage: https://getstream.io/
description: The official Dart client for Stream Chat, a service for building chat applications.
version: 1.5.2
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
async: ^2.4.2
collection: ^1.14.13
dio: ^3.0.10
freezed_annotation: ^0.12.0
http_parser: ^3.1.4
json_annotation: ^3.0.1
logging: ^0.11.4
meta: ^1.2.4
mime: ^0.9.7
rxdart: ^0.25.0
uuid: ^2.2.2
web_socket_channel: ^1.2.0
dev_dependencies:
build_runner: ^1.10.0
freezed: ^0.12.7
json_serializable: ^3.3.0
mockito: ^4.1.1
test: ^1.15.7