mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-07 20:07:48 -06:00
feat: Add statistics card on landing page
This commit is contained in:
@@ -257,7 +257,10 @@ class _GoRouterShellState extends State<GoRouterShell> {
|
||||
// ),
|
||||
// ],
|
||||
// ),
|
||||
StatefulShellRoute.indexedStack(
|
||||
StatefulShellRoute(
|
||||
navigatorContainerBuilder: (context, navigationShell, children) {
|
||||
return children[navigationShell.currentIndex];
|
||||
},
|
||||
builder: const ScaffoldShellRoute().builder,
|
||||
branches: [
|
||||
StatefulShellBranch(
|
||||
|
||||
Reference in New Issue
Block a user