Basic daily sign in

This commit is contained in:
2024-11-27 23:03:18 +08:00
parent dabb44635e
commit bd1d6b7be9
9 changed files with 665 additions and 21 deletions

View File

@ -70,6 +70,7 @@ final _appRoutes = [
path: '/search',
name: 'postSearch',
builder: (context, state) => const AppBackground(
isLessOptimization: true,
child: PostSearchScreen(),
),
),