Commit graph

38 commits

Author SHA1 Message Date
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
broodjeaap89
a1d4f4772b added 'add' button to add pizza event page 2021-07-09 17:09:12 +02:00
broodjeaap89
ef2b6fe9fe Added datetime picker for datetime of PizzaEvent 2021-07-09 16:24:17 +02:00
broodjeaap89
1a50f2ca0c renamed 'planned pizza' to 'pizza event' everywhere 2021-07-08 21:35:55 +02:00
broodjeaap89
c1f1e4e78a finished initial setup of 'primary' info of a new pizza event 2021-07-08 21:29:43 +02:00
broodjeaap89
c43a4b7264 In between commit with numberpickers for number of pizzas and doughball size 2021-07-03 15:50:29 +02:00
broodjeaap89
259a4d5ddf started work on a 'add planned pizza' page 2021-07-03 15:17:45 +02:00
broodjeaap89
f355d47e34 made a seperate 'widgets' directory for widgets, moved PlannedPizzaWidget there 2021-07-03 11:25:34 +02:00
broodjeaap89
fba9df5436 basic layout of the PlannedPizzaWidget done 2021-07-03 11:02:44 +02:00
broodjeaap89
01b069bb6f some testing for the 'task' boxes in the PlannedPizzaWidget 2021-07-02 21:50:00 +02:00
broodjeaap89
4e85d339b6 cleaned up test file to get rid of some dart analysis warnings 2021-07-02 21:08:34 +02:00
broodjeaap89
0f656dfa05 fixed up the layout of the PlannedPizzaWidget 2021-07-02 21:08:11 +02:00
broodjeaap89
fa3142d666 added some test stuff for gui elements 2021-06-29 21:46:38 +02:00
broodjeaap89
3d442140f9 added intl for datetime formatting to pubspec 2021-06-29 21:45:25 +02:00
broodjeaap89
9a8972c1d1 replaced boilerplate with simple placeholders 2021-06-29 21:08:22 +02:00
broodjeaap89
6701e85b01 added flutter template project 2021-06-29 19:49:24 +02:00
broodjeaap
048c428528 Initial commit 2021-06-29 16:51:10 +00:00