Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jyotindersingh/recipes-app-in-flutter
A small practice app built with Flutter which helps you look up recipes for different dishes
https://github.com/jyotindersingh/recipes-app-in-flutter
Last synced: about 6 hours ago
JSON representation
A small practice app built with Flutter which helps you look up recipes for different dishes
- Host: GitHub
- URL: https://github.com/jyotindersingh/recipes-app-in-flutter
- Owner: JyotinderSingh
- Created: 2020-04-07T19:26:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T17:40:11.000Z (over 4 years ago)
- Last Synced: 2023-09-10T13:36:05.894Z (about 1 year ago)
- Language: Dart
- Size: 1.3 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipes Application
## Made in Flutter![Hero Image](Meals%20App.png)
### **Features**
- Home page with option to choose from different cuisines.
- Tab bar to switch between Home and Favourites page.
- Sidebars reveals option to add filters which allow you to hide items containing Gluton, Meat, Lactose, etc.
- Item cards show affordability and preparation times, and experience required for different recipes.
- Option to favourite different recipes from the recipe details page.#
*This application was built for practicing different Flutter basics such as navigation, data passing, and UI designing.*