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){
|
if (pizzaRecipesBox.isEmpty){
|
||||||
print("Load pizzas from yamls");
|
print("Load pizzas from yamls");
|
||||||
pizzaRecipesBox.addAll([
|
pizzaRecipesBox.addAll(await getRecipes());
|
||||||
getNeapolitanCold()
|
|
||||||
]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// notification init
|
// notification init
|
||||||
|
|
Loading…
Add table
Reference in a new issue