Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.54 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.54 KB

Bread Calculator App

Based on my WIP web project Bread Calculator, but for native mobile.

Built using Flutter, to learn Flutter and Dart.

Dependencies

How to run it locally

TODO

  • Create recipe (add ingredients from the list)
  • Save recipe to a list of recipes
  • Persist recipes to phone memory
  • Display a recipe from the saved recipes
  • Edit recipe (add/remove ingredients to/from the list)
  • Delete recipes from db
  • Scale recipe
  • Scale by percentage (whole recipe)
  • Scale by weight of 1 ingredient
  • Edit ingredient
  • Edit ingredient by percentage
  • Sort ingredients by flour desc, then other desc.