Files
stream-chat-flutter/packages/stream_chat/lib/version.dart
T
Salvatore GiordanoandGitHub 5ad21bc3d2 chore(llc,core,ui,persistence): bump version and changelog (#1288)
* update deps

* chore(llc,core,ui,persistence): bump version and changelog
2022-07-28 10:45:05 +02:00

7 lines
221 B
Dart

import 'package:stream_chat/src/client/client.dart';
/// Current package version
/// Used in [StreamChatClient] to build the `x-stream-client` header
// ignore: constant_identifier_names
const PACKAGE_VERSION = '4.4.1';