Merge branch 'master' into hotfix/readmes

This commit is contained in:
Sahil Kumar
2021-02-04 18:16:51 +05:30
committed by GitHub
16 changed files with 31 additions and 19 deletions
@@ -1,3 +1,7 @@
## 1.0.1-beta
* Update llc dependency
## 1.0.0-beta
* Initial release
@@ -19,7 +19,7 @@ Future<void> main() async {
/// a backend to generate a user token using our server SDK.
/// Please see the following for more information:
/// https://getstream.io/chat/docs/ios_user_setup_and_tokens/
await client.setUser(
await client.connectUser(
User(
id: 'cool-shadow-7',
extraData: {
@@ -1,7 +1,7 @@
name: stream_chat_persistence
homepage: https://github.com/GetStream/stream-chat-flutter
description: Official Stream Chat Persistence library. Build your own chat experience using Dart and Flutter.
version: 1.0.0-beta
version: 1.0.1-beta
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
@@ -13,7 +13,7 @@ dependencies:
path: ^1.7.0
path_provider: ^1.6.27
sqlite3_flutter_libs: ^0.3.0
stream_chat: ^1.0.1-beta
stream_chat: ^1.0.2-beta
dev_dependencies:
test: ^1.15.7