A Flutter app for planning weekly meals, storing recipes, and managing grocery shopping.
If you don't have Flutter version manager, install it and then run the following commands:
fvm flutter install
– install the correct Flutter SDK versionfvm flutter pub get
– install dependenciesfvm flutter doctor
– check for potential issues
Run the following command for unit tests:
fvm flutter test
- Manage your recipes
- Search for a specific recipe by name or filter recipes by tags
- Create meal plans using your stored recipes
- Add recipe ingredients to a grocery list, either from a single recipe or an entire meal plan
- Tap grocery list items to mark them as bought and move them to the bottom of the list
- Add custom items to the grocery list