From cb05962b511f7d869ceac5e854b6b0c91ae1ee99 Mon Sep 17 00:00:00 2001 From: Nils-Johan Gynther Date: Fri, 24 Apr 2026 14:34:01 +0200 Subject: [PATCH] feat: add go_router import to pantry screen for improved navigation --- flutter/lib/features/pantry/presentation/pantry_screen.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/flutter/lib/features/pantry/presentation/pantry_screen.dart b/flutter/lib/features/pantry/presentation/pantry_screen.dart index 5be955d0..d0c06c0e 100644 --- a/flutter/lib/features/pantry/presentation/pantry_screen.dart +++ b/flutter/lib/features/pantry/presentation/pantry_screen.dart @@ -1,5 +1,6 @@ import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; +import 'package:go_router/go_router.dart'; import '../../../core/api/api_error_mapper.dart'; import '../../../core/forms/form_options.dart';