Fix message types and update to newest sdk

This commit is contained in:
Christian Pauly 2020-01-04 12:53:49 +00:00 committed by Marcel
commit fda9b752df
8 changed files with 149 additions and 132 deletions

View file

@ -17,9 +17,9 @@ class App extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Matrix(
clientName: "FluffyWeb",
clientName: "FluffyChat",
child: MaterialApp(
title: 'FluffyWeb',
title: 'FluffyChat',
theme: ThemeData(
brightness: Brightness.light,
primaryColor: Color(0xFF5625BA),