/foody

Primary LanguageDart

foody - Food, Recipe and Shopping list tracker

Flutter CI

A simple app to track your foods, recipes and shopping list in one place.

Food trakcer

Add any kind of food to track, set an expiration date, and get notified before the food spoils.

Recipe book

Create custom recipes, filter the required ingridients from your "virtual pantry", and add the missing ones to your shopping list.

Shopping list

Track your "missing" foods, so you don't forget them next time you go shopping.

Getting started


The App is based on Flutter, to get started follow the official documentation. It is recommended to install Android Studio (for the dependencies) even if you plan on using a different editor.

Useful commands

# Show information about the installed tooling.
flutter doctor
# Analyzes the project’s Dart source code.
flutter analyze
# Runs tests in this package.
flutter test
# Runs a Flutter program.
flutter run <DART_FILE>
# In our case
flutter run lib/main.dart