Merge branch 'develop' into feature/null-safety

This commit is contained in:
Salvatore Giordano
2021-04-09 09:34:26 +02:00
73 changed files with 4292 additions and 1056 deletions
+5 -2
View File
@@ -1,7 +1,7 @@
name: stream_chat_flutter
homepage: https://github.com/GetStream/stream-chat-flutter
description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
version: 1.5.1
version: 1.5.2
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
@@ -13,7 +13,7 @@ environment:
dependencies:
flutter:
sdk: flutter
stream_chat_flutter_core: ^1.5.0
stream_chat_flutter_core: ^1.5.1
photo_view: ^0.11.0
rxdart: ^0.26.0
scrollable_positioned_list: ^0.1.8
@@ -60,9 +60,12 @@ flutter:
- svgs/
- lib/svgs/
- animations/
uses-material-design: true
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^4.1.3
pedantic: ^1.9.2
golden_toolkit: ^0.6.0