Merge branch 'feature/new-ui' into feature/emojiPicker

This commit is contained in:
Salvatore Giordano
2020-11-06 12:23:40 +01:00
committed by GitHub
7 changed files with 496 additions and 416 deletions
+3 -1
View File
@@ -98,7 +98,9 @@ class MyApp extends StatelessWidget {
return MaterialApp(
theme: ThemeData.light(),
darkTheme: ThemeData.dark(),
themeMode: ThemeMode.system,
themeMode: ThemeMode.light,
///TODO change to system once dark theme is implemented
builder: (context, widget) {
return StreamChat(
child: widget,
+2 -1
View File
@@ -1,6 +1,7 @@
name: example
description: A new Flutter project.
version: 1.0.40+42
version: 1.0.41+43
environment:
sdk: ">=2.2.2 <3.0.0"