network_client 1.1.1 copy "network_client: ^1.1.1" to clipboard
network_client: ^1.1.1 copied to clipboard

A simple Dart package for making network requests (GET, POST, PATCH, PUT, DELETE.)

Network Client Package #

A simple Dart package for making network requests (GET, POST, PUT, PATCH, DELETE) with logging and error handling.

Features #

  • Easy-to-use HTTP methods: GET, POST, PUT, PATCH, DELETE
  • Automatic error handling and logging
  • Supports dynamic API calls with a single method (callAPIMethod)

Installation #

To use this package, add it to your pubspec.yaml file:

dependencies:
  network_client:
    git:
      url: https://github.com/maynul4/netwrokClient
4
likes
0
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Dart package for making network requests (GET, POST, PATCH, PUT, DELETE.)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http, logger

More

Packages that depend on network_client