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
+4
View File
@@ -282,6 +282,10 @@ class _AdvancedOptionsPageState extends State<AdvancedOptionsPage> {
}),
userToken,
);
if (!kIsWeb) {
initNotifications(client);
}
} catch (e) {
var errorText = 'Error connecting, retry';
if (e is Map) {
+3
View File
@@ -33,6 +33,9 @@ void main() async {
User(id: userId),
token,
);
if (!kIsWeb) {
initNotifications(client);
}
}
runApp(MyApp(client));
+1 -1
View File
@@ -1,6 +1,6 @@
name: example
description: A new Flutter project.
version: 1.0.62+64
version: 1.0.61+63
environment:
sdk: ">=2.2.2 <3.0.0"