🛰️ 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 logger package

📦 Installation

Add this to your pubspec.yaml:

dependencies:
  network_client: ^1.2.3

Libraries

network_client