Commit graph

216 commits

Author SHA1 Message Date
broodjeaap89
3c28bd01ca moved all the pizza event page 'build' methods in the entities to seperate stateful widgets
flutter gets annoying with many nested stateful things...
2021-08-03 20:55:30 +02:00
broodjeaap89
3e043eccb4 kinda in between commit before refactor to stateful widgets everywhere 2021-08-03 20:23:20 +02:00
broodjeaap89
3026bc0bfa completed refactor of how completed steps are tracked, no longer by just substeps 2021-08-03 19:17:24 +02:00
broodjeaap89
319251c87e fixed persistence by running build runner again... 2021-08-02 21:40:23 +02:00
broodjeaap89
cca65a5718 updated layout of pizza event page 2021-08-01 13:48:55 +02:00
broodjeaap89
3620ea383a typos in recipe 2021-07-31 22:08:04 +02:00
broodjeaap89
77ea3bc98a removed left over debug print 2021-07-27 22:14:26 +02:00
broodjeaap89
797b8580bb added simple pizza event page, showing steps + substeps in an expanded list tile 2021-07-27 22:14:15 +02:00
broodjeaap89
50371642cb added 'proper' indicator of how many steps have been completed for a pizza event 2021-07-27 20:58:46 +02:00
broodjeaap89
1cce0767c0 added a pick recipe page before add event page, removing the need for a 'complicated' dropdown on the event page 2021-07-27 20:34:50 +02:00
broodjeaap89
02691290e6 added all recipes to the pizza recipe box at first start 2021-07-26 21:52:02 +02:00
broodjeaap89
621a863f45 switching dropdown on add pizza event page to pizza recipe box 2021-07-26 21:50:10 +02:00
broodjeaap89
f417445259 removed double semicolon 2021-07-26 21:13:22 +02:00
broodjeaap89
c9657082a1 added generated source files from Hive generator 2021-07-26 21:13:09 +02:00
broodjeaap89
41d14a3e4c switched to Hive for persistent object storage 2021-07-26 21:12:50 +02:00
broodjeaap89
41bdfe6e4c revert floor stuff 2021-07-25 20:35:50 +02:00
broodjeaap89
914e17fa3c so Floor just sucks? commit before reverting 2021-07-25 15:27:11 +02:00
broodjeaap89
1382a4a843 another in between commit, getting messy :o 2021-07-25 13:09:53 +02:00
broodjeaap89
e7cca581c5 with generated pizza database 2021-07-17 14:37:34 +02:00
broodjeaap89
f585861016 nothing with red lines in the entities 2021-07-17 14:37:18 +02:00
broodjeaap89
810e77894e in between commit adding Floor ORM 2021-07-13 21:53:04 +02:00
broodjeaap89
bdd09a9a3a removed 'Ingredient' entity, and removed 'method' from yaml shema 2021-07-13 20:50:44 +02:00
broodjeaap89
592c6f8b7e final cleanup of dateformatters 2021-07-13 20:34:49 +02:00
broodjeaap89
c73b352d1e removed scattered definitions of date formatter 2021-07-13 20:32:14 +02:00
broodjeaap89
0fb0c97a44 fixed a null error when the user backs out of the confirm new pizza event dialog 2021-07-13 19:29:42 +02:00
broodjeaap89
86b6004fd7 fixed event name error not disappearing after returning from confirm screen 2021-07-13 19:28:49 +02:00
broodjeaap89
cab071809e switched to specific git commit of the flutter_datetime_picker dependency, to get rid of a warning message 2021-07-11 18:09:29 +02:00
broodjeaap89
4fe9d9d08f removed unused imports 2021-07-11 18:00:23 +02:00
broodjeaap89
9dd2c83646 added unfocus when review button is clicked when adding a PizzaEvent 2021-07-11 18:00:08 +02:00
broodjeaap89
d7dd3b5ca5 added a confirmation dialog when adding a PizzaEvent, that shows the ingredients and when each step/task will take place 2021-07-11 17:59:14 +02:00
broodjeaap89
b2bd37075e fixed keyboard taking screenspace causing overflow 2021-07-11 15:14:58 +02:00
broodjeaap89
e4a7a8d03e ingredients widget is now a Table 2021-07-11 14:26:27 +02:00
broodjeaap89
a5df4a0d8a The 'wait options' are now in a listview, so it doesn't overflow when there's a lot of steps in a recipe 2021-07-11 14:26:10 +02:00
broodjeaap89
8420188d9c added 'wait options' to addPizzaEventPage 2021-07-11 11:56:09 +02:00
broodjeaap89
d4dcd2479d leftover cleanup 2021-07-11 11:20:13 +02:00
broodjeaap89
77dd896fcd cleaned up some code things for the ingredients table 2021-07-11 11:17:39 +02:00
broodjeaap89
4ad9db0fdf switched to a Table for ingredient widget 2021-07-11 11:15:44 +02:00
broodjeaap89
3af6cc5bc6 added capitalize extension 2021-07-10 21:45:01 +02:00
broodjeaap89
6d9352485b added onerror catch for when something goes wrong with parsing the yaml files 2021-07-10 21:44:39 +02:00
broodjeaap89
20e2f8e696 added super simple ingredients overview to addPizzaEventPage 2021-07-10 21:44:14 +02:00
broodjeaap89
e31edd91af added description to wait block in yaml for text by the sliders 2021-07-10 21:42:08 +02:00
broodjeaap89
c43d92c0f1 switched the addPizzaEventPage to a recipe list from yamls on the device 2021-07-10 21:01:30 +02:00
broodjeaap89
2ffe58e75c added/removed rootBundle imports 2021-07-10 17:44:46 +02:00
broodjeaap89
3ae35aaf1b added util dir for general utility methods 2021-07-10 17:43:59 +02:00
broodjeaap89
3eb2c0ff93 finished parsing of a yaml recipe into objects 2021-07-10 17:39:40 +02:00
broodjeaap89
44b32a6416 started work on first parsing of a yaml pizza recipe 2021-07-10 14:44:13 +02:00
broodjeaap89
1339bbdff2 added pizza type to the PizzaEventWidget 2021-07-09 17:38:26 +02:00
broodjeaap89
73ea84ec69 added validation to name field of add pizza event page 2021-07-09 17:32:42 +02:00
broodjeaap89
898aba7dbf working return value from add pizza event page 2021-07-09 17:26:32 +02:00
broodjeaap89
9c4f5916b1 expanded the PizzaEvent object 2021-07-09 17:09:25 +02:00