network_client 1.3.4 copy "network_client: ^1.3.4" to clipboard
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 logger package

📦 Installation #

Add this to your pubspec.yaml:

dependencies:
  network_client: ^1.2.3
4
likes
140
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Dart package for making network requests with platform-specific support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, logger

More

Packages that depend on network_client