Skip to content

yasinpalash/CRUD-App-With-RestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Project with REST API in Flutter

A Flutter project implementing basic CRUD operations with a RESTful API for managing products.

Introduction

This Flutter project demonstrates a simple CRUD (Create, Read, Update, Delete) application with a RESTful API for managing products. It allows users to add, update, delete, and view product details through the Flutter app.

Features

  • Product Add: Add new products to the database.
  • Product Update: Modify existing product details.
  • Product Delete: Remove products from the database.
  • Product View: Retrieve and display product information.

Technologies Used

  • Flutter: Flutter is a UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
  • REST API: Implementing a RESTful API for communication between the Flutter app and the server.
  • [Insert other technologies used]

Screenshots

Untitled design (2)

About

A simple Flutter CRUD app using the http package and RESTful API to add, view, update, and delete product details.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors