feat: switch main navigation to stateful shell tabs

This commit is contained in:
qzl
2026-03-20 15:31:08 +08:00
parent a99973fb96
commit 0476f7f80c
5 changed files with 17 additions and 7 deletions
@@ -109,6 +109,7 @@ class BottomDock extends StatelessWidget {
return Material(
color: Colors.transparent,
child: InkWell(
key: const ValueKey('bottom_dock_home_button'),
onTap: onHomeTap,
borderRadius: BorderRadius.circular(AppRadius.xl),
child: Container(