|
|
@ -29,7 +29,6 @@ class App extends StatelessWidget {
|
|
|
|
child: Builder(
|
|
|
|
child: Builder(
|
|
|
|
builder: (BuildContext context) => ThemeSwitcherWidget(
|
|
|
|
builder: (BuildContext context) => ThemeSwitcherWidget(
|
|
|
|
child: Builder(
|
|
|
|
child: Builder(
|
|
|
|
// Workaround for: https://github.com/JackJonson/flutter_styled_toast/issues/7
|
|
|
|
|
|
|
|
builder: (BuildContext context) => MaterialApp(
|
|
|
|
builder: (BuildContext context) => MaterialApp(
|
|
|
|
title: 'FluffyChat',
|
|
|
|
title: 'FluffyChat',
|
|
|
|
builder: BotToastInit(),
|
|
|
|
builder: BotToastInit(),
|
|
|
|