* 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]>
7 lines
214 B
Dart
7 lines
214 B
Dart
import 'package:stream_chat/src/client.dart';
|
|
|
|
/// Current package version
|
|
/// Used in [StreamChatClient] to build the `x-stream-client` header
|
|
// ignore: constant_identifier_names
|
|
const PACKAGE_VERSION = '1.5.2';
|