Realm discovery

This commit is contained in:
2025-02-11 21:31:53 +08:00
parent f0a3bbe023
commit b3254e0f2f
8 changed files with 336 additions and 4 deletions

View File

@ -58,6 +58,7 @@ class AppScaffold extends StatelessWidget {
backgroundColor: Theme.of(context).scaffoldBackgroundColor,
body: SizedBox.expand(
child: AppBackground(
isRoot: true,
child: Column(
children: [
IgnorePointer(child: SizedBox(height: appBar != null ? appBarHeight + safeTop : 0)),