pizzaplanner/lib/entities/PizzaRecipe
2021-08-29 13:31:44 +02:00
..
Ingredient.dart switched to Hive for persistent object storage 2021-07-26 21:12:50 +02:00
Ingredient.g.dart added generated source files from Hive generator 2021-07-26 21:13:09 +02:00
PizzaRecipe.dart added method that shortens the description of the recipe for display in the recipe widget 2021-08-29 13:31:44 +02:00
PizzaRecipe.g.dart added generated source files from Hive generator 2021-07-26 21:13:09 +02:00
RecipeStep.dart recipe step now stores the dateTime when the step is to be completed, and a bool if it's completed 2021-08-29 13:12:00 +02:00
RecipeStep.g.dart recipe step now stores the dateTime when the step is to be completed, and a bool if it's completed 2021-08-29 13:12:00 +02:00
RecipeSubStep.dart added 'completeNow' methods to recipeStep and recipeSubStep 2021-08-24 20:22:18 +02:00
RecipeSubStep.g.dart fixed persistence by running build runner again... 2021-08-02 21:40:23 +02:00