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

 Conflicts:
	example/pubspec.yaml
This commit is contained in:
xsahil03x
2020-11-20 19:36:24 +05:30
5 changed files with 12 additions and 2 deletions
+3
View File
@@ -33,6 +33,9 @@ void main() async {
User(id: userId),
token,
);
if (!kIsWeb) {
initNotifications(client);
}
}
runApp(MyApp(client));