Skip to content

ElixScript/resep_makanan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📱 Flutter Recipe App

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


📂 Project Structure

The project contains the following files:

  1. main.dart
    The entry point of the application. This file initializes the app and sets up the navigation between screens.

  2. recipes_screen.dart
    Displays the list of recipes fetched from the backend. Acts as the main screen where users can browse recipes.

  3. detail_screen.dart
    Provides detailed information about a selected recipe, including ingredients, instructions, and images.

  4. recipes_model.dart
    Defines the data model for recipes. This file handles the structure of recipe data, such as title, description, ingredients, and more.

  5. services.dart
    Contains functions to fetch recipe data from an API or a local database. Handles the backend integration of the app.


🚀 Features

  • Recipe List: View a collection of recipes with brief descriptions.
  • Detailed View: Access in-depth information about each recipe.

About

Flutter Recipe App using API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published