A Flutter application designed to showcase recipes with a simple and elegant interface, featuring recipe listing, detailed views . the recipe is gain by using api
The project contains the following files:
-
main.dart
The entry point of the application. This file initializes the app and sets up the navigation between screens. -
recipes_screen.dart
Displays the list of recipes fetched from the backend. Acts as the main screen where users can browse recipes. -
detail_screen.dart
Provides detailed information about a selected recipe, including ingredients, instructions, and images. -
recipes_model.dart
Defines the data model for recipes. This file handles the structure of recipe data, such as title, description, ingredients, and more. -
services.dart
Contains functions to fetch recipe data from an API or a local database. Handles the backend integration of the app.
- Recipe List: View a collection of recipes with brief descriptions.
- Detailed View: Access in-depth information about each recipe.