An open API service indexing awesome lists of open source software.

https://github.com/paishanmadusha/basic-flutter-api

This Flutter app integrates REST API using FakeStoreAPI to get, add, update, and delete product data. Built with Flutter & Dart, it demonstrates API handling and CRUD operations.
https://github.com/paishanmadusha/basic-flutter-api

api dart flutter rest-api

Last synced: 3 months ago
JSON representation

This Flutter app integrates REST API using FakeStoreAPI to get, add, update, and delete product data. Built with Flutter & Dart, it demonstrates API handling and CRUD operations.

Awesome Lists containing this project

README

          

# 🛍️ Basic Flutter API App

This is a **Simple Flutter API App** that implements **REST API** to fetch and manage product data using [FakeStoreAPI](https://fakestoreapi.com/docs).

## 🚀 Features
- **Get All Products** – Fetch and display a list of products.
- **Get a Single Product** – View details of a specific product.
- **Add a New Product** – Add new product data to the API.
- **Update a Product** – Modify existing product details.
- **Delete a Product** – Remove a product from the API.

## 🔗 API Source
This app uses **FakeStoreAPI** to perform CRUD operations. You can find the API documentation here:
👉 [FakeStoreAPI Docs](https://fakestoreapi.com/docs)

## 🛠️ Technologies Used
- **Flutter** – Frontend Framework
- **Dart** – Programming Language
- **HTTP Package** – API handling : 👉 [Flutter HTTP Package](https://pub.dev/packages/http/install)

## System Screenshots:
---


Screenshot 1   
Screenshot 2   
Screenshot 3