feat(app): seed restaurants, geocode addresses, refresh sharing
This commit is contained in:
@@ -33,6 +33,7 @@ class CategorySelector extends ConsumerWidget {
|
||||
height: 50,
|
||||
child: ListView(
|
||||
scrollDirection: Axis.horizontal,
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16),
|
||||
children: [
|
||||
if (showAllOption && !multiSelect) ...[
|
||||
_buildCategoryChip(
|
||||
|
||||
Reference in New Issue
Block a user