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.
- Host: GitHub
- URL: https://github.com/paishanmadusha/basic-flutter-api
- Owner: PAIshanMadusha
- License: mit
- Created: 2025-02-20T09:08:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T16:43:12.000Z (over 1 year ago)
- Last Synced: 2025-12-27T02:52:42.301Z (6 months ago)
- Topics: api, dart, flutter, rest-api
- Language: Dart
- Homepage:
- Size: 278 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
---