From 7137abf313f2ac1eb6cd4211a9389077d38564f9 Mon Sep 17 00:00:00 2001 From: broodjeaap89 Date: Sun, 29 Aug 2021 14:56:15 +0200 Subject: [PATCH] going to keep using the yamls --- lib/main.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 9ef4610..a4829b5 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -43,9 +43,7 @@ void main() async { if (pizzaRecipesBox.isEmpty){ print("Load pizzas from yamls"); - pizzaRecipesBox.addAll([ - getNeapolitanCold() - ]); + pizzaRecipesBox.addAll(await getRecipes()); } // notification init