pizzaplanner/lib/entities/PizzaRecipe
2021-08-29 13:12:00 +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 moved all the pizza event page 'build' methods in the entities to seperate stateful widgets 2021-08-03 20:55:30 +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