going to keep using the yamls
This commit is contained in:
parent
14f99c9333
commit
7137abf313
1 changed files with 1 additions and 3 deletions
|
@ -43,9 +43,7 @@ void main() async {
|
|||
|
||||
if (pizzaRecipesBox.isEmpty){
|
||||
print("Load pizzas from yamls");
|
||||
pizzaRecipesBox.addAll([
|
||||
getNeapolitanCold()
|
||||
]);
|
||||
pizzaRecipesBox.addAll(await getRecipes());
|
||||
}
|
||||
|
||||
// notification init
|
||||
|
|
Loading…
Add table
Reference in a new issue