Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.55 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.55 KB

A Recipes App with Flutter

Features:
✔️ At home page , user sees classified recipes like the categories,simple recipes,short time recipes,classic recipes,recipes for multiple people,main course recipes,light meal recipes,drink recipes.

✔️ When user clicks on recipe card its navigate to details screen,at there user sees recipe's name,some pictures of its,for how many person,make time and make diffuculty,ingredients and making steps of recipe.

✔️ Recipes are categorized, recipes are displayed according to the relevant category clicked on the categories screen.

✔️ The recipes is stored at the local database was created with SQLITE.(db file at "assets" folder.)

✔️ User can add any recipe to his/her "favorites"

✔️ User can search on recipes.

Technologies:
📌 Flutter
📌 Dart
📌 SQLITE Database
📌 Important Packages : sqflite,flutter_native_splash,carousel_slider

Home Screen
Home Screen
Drawer Screen
Drawer
Details Screen
Details Screen
Categories Screen
Categories
Categorized Recipes
Search Screen
Search Screen
Favorites Screen
Adding favorites from right corner
Favorites Screen

This project developed by YusufUguz