barely working example with Isar
This commit is contained in:
@@ -13,7 +13,7 @@ class RecipeListProvider extends ChangeNotifier {
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
List<Recipe> get recipes => DbHelper.fetchRecipes();
|
||||
List<Recipe> get recipes => DbHelper.fetchRecipes(); // _recipes;
|
||||
|
||||
void clearRecipes({silent = false}) {
|
||||
_recipes.clear();
|
||||
|
||||
Reference in New Issue
Block a user