network_client 1.2.3
network_client: ^1.2.3 copied to clipboard
A simple Dart package for making network requests with platform-specific support.
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