network_client 1.3.4
network_client: ^1.3.4 copied to clipboard
A simple Dart package for making network requests with platform-specific support.
🛰️ network_client #
A lightweight and developer-friendly Dart/Flutter package to handle HTTP requests (GET, POST, PUT, PATCH, DELETE) with error handling and logging built-in.
✨ Features #
- 🔁 Simplified API:
GET,POST,PUT,PATCH,DELETE - 🧠 Dynamic method support via
callAPIMethod - 🛡️ Built-in error handling
- 📋 Request/response logging using
loggerpackage
📦 Installation #
Add this to your pubspec.yaml:
dependencies:
network_client: ^1.2.3