update changelogs and pubspecs
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## 2.0.0-nullsafety.0
|
||||
|
||||
- Migrate this package to null safety
|
||||
- Added typed filters
|
||||
|
||||
## 1.5.3
|
||||
|
||||
- fix: `StreamChatClient.connect` returns quicker when you're using the persistence package
|
||||
|
||||
@@ -3,4 +3,4 @@ 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.3';
|
||||
const PACKAGE_VERSION = '2.0.0-nullsafety.0';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: stream_chat
|
||||
homepage: https://getstream.io/
|
||||
description: The official Dart client for Stream Chat, a service for building chat applications.
|
||||
version: 1.5.3
|
||||
version: 2.0.0-nullsafety.0
|
||||
repository: https://github.com/GetStream/stream-chat-flutter
|
||||
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
|
||||
|
||||
@@ -24,8 +24,8 @@ dependencies:
|
||||
web_socket_channel: ^2.0.0
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: ^1.12.2
|
||||
freezed: ^0.14.1+2
|
||||
build_runner: ^2.0.1
|
||||
freezed: ^0.14.1+3
|
||||
json_serializable: ^4.1.0
|
||||
mocktail: ^0.1.1
|
||||
test: ^1.16.8
|
||||
|
||||
Reference in New Issue
Block a user