version bp

This commit is contained in:
Salvatore Giordano
2021-02-18 12:50:19 +01:00
parent b4e4acc40e
commit e6fcd9bfea
9 changed files with 29 additions and 11 deletions
@@ -1,3 +1,10 @@
## 1.1.0-beta
- Update stream_chat_core dependency
- Expose common builders in ListView widgets
- Add support for asynchronous attachment upload while sending a message
- Fixed minor bugs
## 1.0.2-beta
- Update stream_chat_core dependency
+2 -3
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.0.2-beta
version: 1.1.0-beta
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
@@ -11,8 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
stream_chat_flutter_core:
path: ../stream_chat_flutter_core
stream_chat_flutter_core: ^1.1.0-beta
flutter_app_badger: ^1.1.2
photo_view: ^0.10.3
rxdart: ^0.25.0