This commit is contained in:
Christian Pauly 2021-04-09 19:57:59 +02:00
commit e4a84032a1
4 changed files with 5 additions and 6 deletions

View file

@ -29,7 +29,6 @@ void main() async {
// widget bindings are initialized already.
WidgetsFlutterBinding.ensureInitialized();
SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(
systemNavigationBarColor: Colors.transparent,
statusBarColor: Colors.transparent,
));
FlutterError.onError = (FlutterErrorDetails details) =>