bump stream_chat_flutter
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
## 2.0.0-nullsafety.1
|
## 2.0.0-nullsafety.2
|
||||||
|
|
||||||
- Migrate this package to null safety
|
- Migrate this package to null safety
|
||||||
- Updated `stream_chat_core` dependency
|
- Updated `stream_chat_core` dependency
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: stream_chat_flutter
|
name: stream_chat_flutter
|
||||||
homepage: https://github.com/GetStream/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.
|
description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
|
||||||
version: 2.0.0-nullsafety.1
|
version: 2.0.0-nullsafety.2
|
||||||
repository: https://github.com/GetStream/stream-chat-flutter
|
repository: https://github.com/GetStream/stream-chat-flutter
|
||||||
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
|
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
stream_chat_flutter_core: ^2.0.0-nullsafety.0
|
stream_chat_flutter_core: ^2.0.0-nullsafety.1
|
||||||
photo_view: ^0.11.1
|
photo_view: ^0.11.1
|
||||||
rxdart: ^0.26.0
|
rxdart: ^0.26.0
|
||||||
scrollable_positioned_list: ^0.2.0-nullsafety.0
|
scrollable_positioned_list: ^0.2.0-nullsafety.0
|
||||||
|
|||||||
Reference in New Issue
Block a user