* Update for team lint * fix tests * remove pedantic and sort deps * remove jiffy from system message Co-authored-by: Salvatore Giordano <[email protected]>
7 lines
221 B
Dart
7 lines
221 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.3.2+1-beta';
|