fix: ssh use SafeArea

This commit is contained in:
lollipopkit
2023-02-02 18:47:07 +08:00
parent 82a201d3dc
commit 7837fa4339
13 changed files with 44 additions and 36 deletions

View File

@@ -44,6 +44,7 @@ class MyApp extends StatelessWidget {
);
return MaterialApp(
debugShowCheckedModeBanner: false,
localizationsDelegates: const [
S.delegate,
...GlobalMaterialLocalizations.delegates,