Skip to content

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

Notifications You must be signed in to change notification settings

yasinpalash/CRUD-App-With-RestAPI

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

No packages published