From ad61b6b3d3617b36c74d399ceeba871066fae3bb Mon Sep 17 00:00:00 2001 From: broodjeaap89 Date: Tue, 7 Sep 2021 21:30:04 +0200 Subject: [PATCH] added hive rebuild command to readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cde550b..e43607d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # PizzaPlanner An app that helps you make a pizza! -Recipes, tips and schedules for making the perfect pizza at home. \ No newline at end of file +Recipes, tips and schedules for making the perfect pizza at home. + +## commands + +Generate Hive stuff: +`flutter packages pub run build_runner build --delete-conflicting-outputs` \ No newline at end of file