added provider for recipe wizard

This commit is contained in:
2025-02-10 19:55:18 +01:00
parent f72e9dae2b
commit d2e3b158cb
6 changed files with 226 additions and 12 deletions

View File

@@ -16,6 +16,7 @@ enum Difficulty {
}
enum IngredientType {
notSelected,
vegetable,
meat,
fish,
@@ -28,6 +29,7 @@ enum IngredientType {
}
enum MealCategory {
notSelected,
// Main Meals
breakfast,
brunch,
@@ -44,6 +46,7 @@ enum MealCategory {
}
enum Cuisine {
notSelected,
// Asian Cuisines
chinese,
japanese,