Merge branches 'feature/null-safety' and 'llc-nnbd' of https://github.com/GetStream/stream-chat-flutter into llc-nnbd

 Conflicts:
	packages/stream_chat/lib/src/models/attachment.dart
	packages/stream_chat/pubspec.yaml
This commit is contained in:
Deven Joshi
2021-04-12 18:59:28 +05:30
73 changed files with 4234 additions and 998 deletions
+4 -3
View File
@@ -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.0
version: 1.5.1
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
@@ -11,8 +11,9 @@ environment:
dependencies:
async: ^2.5.0
collection: ^1.15.0
dio: ^4.0.0
freezed_annotation: ^0.14.1
dio: ">=4.0.0-prev3 <4.0.0"
equatable: ^2.0.0
freezed_annotation: ^0.14.0
http_parser: ^4.0.0
json_annotation: ^4.0.1
logging: ^1.0.1