A simple app to track your foods, recipes and shopping list in one place.
Add any kind of food to track, set an expiration date, and get notified before the food spoils.
Create custom recipes, filter the required ingridients from your "virtual pantry", and add the missing ones to your shopping list.
Track your "missing" foods, so you don't forget them next time you go shopping.
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.
# 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