update examples using latest llc version

This commit is contained in:
Salvatore Giordano
2021-02-04 13:11:57 +01:00
parent 41eef5a0a7
commit 27e5bb595f
12 changed files with 15 additions and 15 deletions
@@ -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: {
@@ -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