feat: enhance product picker with searchable bottom sheet and improve recipe list item layout

This commit is contained in:
Nils-Johan Gynther
2026-04-25 07:31:28 +02:00
parent 46de546f9f
commit 5a85bd4526
3 changed files with 128 additions and 12 deletions
-3
View File
@@ -4,9 +4,6 @@ import 'package:go_router/go_router.dart';
import '../../features/auth/data/auth_providers.dart';
import '../../features/recipes/data/recipes_grid_provider.dart';
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:go_router/go_router.dart';
const _adminDestination = _AppDestination(
path: '/admin',