ability to display added ingredients in listview

This commit is contained in:
SomnusVeritas
2023-10-31 19:26:12 +01:00
parent 3e094bf8f0
commit a29f37b0e8
5 changed files with 141 additions and 53 deletions

View File

@@ -7,7 +7,7 @@ class Ingredient {
Ingredient({
required this.title,
required this.possibleUnits,
this.possibleUnits = const [],
this.preferredBrands = const [],
});