|
|
@ -30,6 +30,7 @@ class App extends StatelessWidget {
|
|
|
|
builder: (BuildContext context) => ThemeSwitcherWidget(
|
|
|
|
builder: (BuildContext context) => ThemeSwitcherWidget(
|
|
|
|
child: Builder(
|
|
|
|
child: Builder(
|
|
|
|
builder: (BuildContext context) => StyledToast(
|
|
|
|
builder: (BuildContext context) => StyledToast(
|
|
|
|
|
|
|
|
duration: Duration(seconds: 5),
|
|
|
|
child: MaterialApp(
|
|
|
|
child: MaterialApp(
|
|
|
|
title: 'FluffyChat',
|
|
|
|
title: 'FluffyChat',
|
|
|
|
theme: ThemeSwitcherWidget.of(context).themeData,
|
|
|
|
theme: ThemeSwitcherWidget.of(context).themeData,
|
|
|
|