Merge branches 'feature/new-ui' and 'qa/new-chat-screens' of github.com:GetStream/stream-chat-flutter into qa/new-chat-screens

 Conflicts:
	example/lib/new_group_chat_screen.dart
This commit is contained in:
xsahil03x
2020-11-25 22:39:14 +05:30
9 changed files with 68 additions and 52 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ class ChooseUserPage extends StatelessWidget {
final secureStorage = FlutterSecureStorage();
final client = StreamChat.of(context).client;
client.apiKey = kDefaultStreamApiKey;
await client.setUser(
user,
token,