feat: add pantry management features including repository, providers, and UI integration

This commit is contained in:
Nils-Johan Gynther
2026-04-22 10:45:37 +02:00
parent f11364b73e
commit dd05fed279
9 changed files with 615 additions and 7 deletions
+6
View File
@@ -27,6 +27,12 @@ class AppShell extends ConsumerWidget {
icon: Icons.inventory_2_outlined,
label: 'Inventarie',
),
_AppDestination(
path: '/baslager',
title: 'Baslager',
icon: Icons.storefront_outlined,
label: 'Baslager',
),
_AppDestination(
path: '/profile',
title: 'Profil',