ability to display added ingredients in listview
This commit is contained in:
@@ -7,7 +7,7 @@ class Ingredient {
|
||||
|
||||
Ingredient({
|
||||
required this.title,
|
||||
required this.possibleUnits,
|
||||
this.possibleUnits = const [],
|
||||
this.preferredBrands = const [],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user