remove dark theme for now

This commit is contained in:
Salvatore Giordano
2020-11-06 12:12:35 +01:00
parent 8a5d69b245
commit 7d45feafbb
2 changed files with 4 additions and 2 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,
+1 -1
View File
@@ -1,6 +1,6 @@
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"